SELECT sob.name "Set of Books" , fnd.product_code "Product Code" , ps.PERIOD_NAME "Period Name" , ps.START_DATE "Period Start Date" , ps.END_DATE "Period End Date" , DECODE(ps.closing_status, 'O','O - Open' , 'N','N - Never Opened' , 'F','F - Future Enterable' , 'C','C - Closed' ,'Unknown') "Period Status" FROM gl_period_statuses ps , GL_SETS_OF_BOOKS sob , FND_APPLICATION_VL fnd WHERE ps.application_id IN (101,201) -- GL & PO AND sob.SET_OF_BOOKS_ID = ps.SET_OF_BOOKS_ID AND fnd.application_id = ps.application_id AND ps.adjustment_period_flag = 'N' AND (TRUNC(SYSDATE) -- Comment line if a a date other than SYSDATE is being tested. --AND ('01-DEC-2014' -- Uncomment line if a date other than SYSDATE is being tested. BETWEEN TRUNC(ps.start_date) AND TRUNC (ps.end_date)) ORDER BY ps.SET_OF_BOOKS_ID, fnd.product_code, ps.start_date;
Oracle Apps R12 OPM, SCM, INV, Procurement, OM Modules Functional and Technical Solution by Razaul Karim Reza
Translate
Tuesday, October 12, 2021
SQL Query to find Status of GL and PO Accounting Periods
Subscribe to:
Post Comments (Atom)
Accounts Receivable-AR setups in Oracle EBS Functional Financials - Apps R12
1. Oracle Receivables -> Setup -> System ->System Options a. Receivable GL related setup b. Transaction and Customer rela...
-
Oracle Alert : Move order Created from Production Batch I Got one Requirement from Production and Store Team, as below So I created...
-
Oracle Process Manufacturing Process Execution – List of database tables GME_BATCH_HEADER GME_BATCH_HEADER_MIG GME_BATCH_HISTORY GME_BATCH_...
-
Discrete Jobs End to End Cycle with Cost Roll-up in Standard Cost Organization in R12.2 STEP 1: CREATE ITEMS Responsibility: ...
No comments:
Post a Comment
Text Message