DBA Data[Home] [Help]

APPS.PA_YEAR_END_ROLLOVER_PKG dependencies on PA_IMPLEMENTATIONS

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

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

Line 351: FROM PA_Implementations;

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