DBA Data[Home] [Help]

APPS.PA_COSTING dependencies on PA_UTILS2

Line 693: PA_UTILS2.get_period_information(

689:
690: -- call get_period_information only for the following cases, bug 3357936
691: IF (p_mode = 'RECLASS' OR p_mode = 'WORK_TYP_ADJ' OR p_mode = 'TRXADJUST')
692: THEN
693: PA_UTILS2.get_period_information(
694: p_expenditure_item_date => l_ei_date
695: ,p_expenditure_id => l_exp_id
696: ,p_system_linkage_function => l_sys_link_function
697: ,p_line_type => x_line_type

Line 722: pa_utils2.get_prvdr_gl_date(

718:
719: /****** Bug 3668005 : Will be executed only during interface for NEW CDLs. ******/
720: ElsIf (p_mode='INTERFACE' and X_line_num_reversed IS NULL and X_reverse_flag is NULL) Then
721: Select
722: pa_utils2.get_prvdr_gl_date(
723: X_gl_date
724: ,decode(EI.system_linkage_function
725: , 'VI', 200
726: , 101) -- GL Application ID = 101 and AP Application Id = 200 .

Line 728: pa_utils2.get_gl_period_name (

724: ,decode(EI.system_linkage_function
725: , 'VI', 200
726: , 101) -- GL Application ID = 101 and AP Application Id = 200 .
727: ,l_sob_id) gl_date,
728: pa_utils2.get_gl_period_name (
729: pa_utils2.get_prvdr_gl_date(
730: X_gl_date
731: ,decode(EI.system_linkage_function
732: , 'VI', 200

Line 729: pa_utils2.get_prvdr_gl_date(

725: , 'VI', 200
726: , 101) -- GL Application ID = 101 and AP Application Id = 200 .
727: ,l_sob_id) gl_date,
728: pa_utils2.get_gl_period_name (
729: pa_utils2.get_prvdr_gl_date(
730: X_gl_date
731: ,decode(EI.system_linkage_function
732: , 'VI', 200
733: , 101)

Line 736: pa_utils2.get_recvr_gl_date(

732: , 'VI', 200
733: , 101)
734: ,l_sob_id)
735: ,EI.org_id) gl_period_name,
736: pa_utils2.get_recvr_gl_date(
737: P_RecvrGlDate
738: ,decode(EI.system_linkage_function
739: , 'VI', 200
740: , 101)

Line 742: pa_utils2.get_gl_period_name (

738: ,decode(EI.system_linkage_function
739: , 'VI', 200
740: , 101)
741: ,l_recvr_sob_id) recvr_gl_date,
742: pa_utils2.get_gl_period_name (
743: pa_utils2.get_recvr_gl_date(
744: P_RecvrGlDate
745: ,decode(EI.system_linkage_function
746: , 'VI', 200

Line 743: pa_utils2.get_recvr_gl_date(

739: , 'VI', 200
740: , 101)
741: ,l_recvr_sob_id) recvr_gl_date,
742: pa_utils2.get_gl_period_name (
743: pa_utils2.get_recvr_gl_date(
744: P_RecvrGlDate
745: ,decode(EI.system_linkage_function
746: , 'VI', 200
747: , 101)

Line 1307: from pa_utils2.get_period_information for fix 2661921

1303: , project_exchange_rate
1304: , project_id
1305: , task_id,
1306: /* commenting out these columns as this information is obtained
1307: from pa_utils2.get_period_information for fix 2661921
1308: pa_period_name,
1309: gl_period_name,
1310: recvr_pa_period_name,
1311: recvr_gl_period_name, */

Line 1385: from PA_UTILS2.get_period_information

1381:
1382: /* bug#2361495 */
1383: /* Commenting out the call to get_pa_date and get_recvr_pa_date
1384: for 2661921 as pa_date and recvr_pa_date will be obtained
1385: from PA_UTILS2.get_period_information
1386:
1387: l_pa_date := PA_UTILS2.get_pa_date(p_ei_date => l_ei_date
1388: ,p_gl_date => NULL
1389: ,p_org_id => l_org_id );

Line 1387: l_pa_date := PA_UTILS2.get_pa_date(p_ei_date => l_ei_date

1383: /* Commenting out the call to get_pa_date and get_recvr_pa_date
1384: for 2661921 as pa_date and recvr_pa_date will be obtained
1385: from PA_UTILS2.get_period_information
1386:
1387: l_pa_date := PA_UTILS2.get_pa_date(p_ei_date => l_ei_date
1388: ,p_gl_date => NULL
1389: ,p_org_id => l_org_id );
1390:
1391: l_recvr_pa_date := PA_UTILS2.get_recvr_pa_date(p_ei_date => l_ei_date

Line 1391: l_recvr_pa_date := PA_UTILS2.get_recvr_pa_date(p_ei_date => l_ei_date

1387: l_pa_date := PA_UTILS2.get_pa_date(p_ei_date => l_ei_date
1388: ,p_gl_date => NULL
1389: ,p_org_id => l_org_id );
1390:
1391: l_recvr_pa_date := PA_UTILS2.get_recvr_pa_date(p_ei_date => l_ei_date
1392: ,p_gl_date => NULL
1393: ,p_org_id => l_org_id ); */
1394: /* bug#2361495 */
1395:

Line 1397: PA_UTILS2.get_period_information(

1393: ,p_org_id => l_org_id ); */
1394: /* bug#2361495 */
1395:
1396: /* Getting pa and gl period information for 2661921 */
1397: PA_UTILS2.get_period_information(
1398: p_expenditure_item_date => l_ei_date
1399: ,p_expenditure_id => l_exp_id
1400: ,p_system_linkage_function => l_sys_link_function
1401: ,p_line_type => p_line_type