DBA Data[Home] [Help]

APPS.PA_YEAR_END_ROLLOVER_PKG dependencies on PA_IMPLEMENTATIONS

Line 324: -- Get the Set of Books ID from PA_Implementations

320: BEGIN -- Begin of executing the Year End Budget Rollover process
321:
322: g_procedure_name := 'Year_End_Rollover';
323: -----------------------------------------------------------------------------------+
324: -- Get the Set of Books ID from PA_Implementations
325: -----------------------------------------------------------------------------------+
326: IF P_DEBUG_MODE = 'Y' THEN
327: log_message('Year_End_Rollover: ' || 'Started the Process');
328: --log_message('Year_End_Rollover: '||'DebugChange 03/17/2003 bug 2838796');

Line 352: FROM PA_Implementations;

348:
349: -- # Get Ledger_id
350: SELECT Set_Of_Books_ID
351: INTO l_Set_Of_Books_ID
352: FROM PA_Implementations;
353:
354: IF P_DEBUG_MODE = 'Y' THEN
355: log_message('Year_End_Rollover: ' || 'Request ID : '|| P_Request_ID);
356: log_message('Year_End_Rollover: ' || 'Set of Books ID : '|| l_Set_Of_Books_ID);