DBA Data[Home] [Help]

APPS.PA_XLA_SWEEP_TXN_PKG dependencies on PA_UTILS2

Line 115: g_new_period_date := pa_utils2.get_prvdr_gl_date(p_first_date

111: where period_name = P_GL_PERIOD
112: and set_of_books_id = g_sob_id
113: and application_id = g_app_id ;
114:
115: g_new_period_date := pa_utils2.get_prvdr_gl_date(p_first_date
116: ,g_app_id
117: ,g_sob_id);
118:
119: If g_new_period_date Is null Then

Line 125: g_new_period_name := pa_utils2.get_gl_period_name ( g_new_period_date , g_org_id);

121: l_err_msg := FND_MESSAGE.GET;
122: app_exception.RAISE_EXCEPTION( exception_text =>l_err_msg);
123: End If;
124:
125: g_new_period_name := pa_utils2.get_gl_period_name ( g_new_period_date , g_org_id);
126:
127: Log_Message ( 'New Period ' || g_new_period_name || ', New Date ' || g_new_period_date );
128:
129: Open ACC_EVENT_ERROR (p_first_date, p_last_date);

Line 348: g_recvr_gl_date_new_tab(i) := pa_utils2.get_recvr_gl_date

344: If g_recvr_sob_id(i) <> g_sob_id Then
345:
346: log_message ('Reciever SOB , Provider SOB different. Deriving GL-Date for Reciever SOB ');
347:
348: g_recvr_gl_date_new_tab(i) := pa_utils2.get_recvr_gl_date
349: (
350: g_recvr_gl_date_new_tab(i),
351: g_app_id,
352: g_recvr_sob_id(i)

Line 355: g_recvr_gl_period_new_tab(i) := pa_utils2.get_gl_period_name(

351: g_app_id,
352: g_recvr_sob_id(i)
353: ) ;
354:
355: g_recvr_gl_period_new_tab(i) := pa_utils2.get_gl_period_name(
356: g_recvr_gl_date_new_tab(i),
357: g_recvr_org_id(i)
358: ) ;
359:

Line 626: l_prvdr_accr_date := pa_utils2.get_prvdr_gl_date(l_prvdr_accr_date

622: AND GPS1.adjustment_period_flag = 'N'
623: AND GPS1.start_date > g_gl_date_new_tab(g_currec)
624: );
625:
626: l_prvdr_accr_date := pa_utils2.get_prvdr_gl_date(l_prvdr_accr_date
627: ,g_app_id
628: ,g_sob_id);
629:
630:

Line 687: l_accr_period_name := pa_utils2.get_gl_period_name (l_prvdr_accr_date,l_org_id);

683: );
684:
685: log_message ('I lines created for Reversing EI.');
686:
687: l_accr_period_name := pa_utils2.get_gl_period_name (l_prvdr_accr_date,l_org_id);
688:
689:
690:
691: UPDATE PA_Cost_Distribution_lines_ALL CDL