DBA Data[Home] [Help]

APPS.PA_COSTING dependencies on PA_UTILS2

Line 723: PA_UTILS2.get_period_information(

719:
720: -- call get_period_information only for the following cases, bug 3357936
721: IF (p_mode = 'RECLASS' OR p_mode = 'WORK_TYP_ADJ' OR p_mode = 'TRXADJUST')
722: THEN
723: PA_UTILS2.get_period_information(
724: p_expenditure_item_date => l_ei_date
725: ,p_expenditure_id => l_exp_id
726: ,p_system_linkage_function => l_sys_link_function
727: ,p_line_type => x_line_type

Line 752: pa_utils2.get_prvdr_gl_date(

748:
749: /****** Bug 3668005 : Will be executed only during interface for NEW CDLs. ******/
750: ElsIf (p_mode='INTERFACE' and X_line_num_reversed IS NULL and X_reverse_flag is NULL) Then
751: Select
752: pa_utils2.get_prvdr_gl_date(
753: X_gl_date
754: ,decode(EI.system_linkage_function
755: , 'VI', 200
756: , 101) -- GL Application ID = 101 and AP Application Id = 200 .

Line 758: pa_utils2.get_gl_period_name (

754: ,decode(EI.system_linkage_function
755: , 'VI', 200
756: , 101) -- GL Application ID = 101 and AP Application Id = 200 .
757: ,l_sob_id) gl_date,
758: pa_utils2.get_gl_period_name (
759: pa_utils2.get_prvdr_gl_date(
760: X_gl_date
761: ,decode(EI.system_linkage_function
762: , 'VI', 200

Line 759: pa_utils2.get_prvdr_gl_date(

755: , 'VI', 200
756: , 101) -- GL Application ID = 101 and AP Application Id = 200 .
757: ,l_sob_id) gl_date,
758: pa_utils2.get_gl_period_name (
759: pa_utils2.get_prvdr_gl_date(
760: X_gl_date
761: ,decode(EI.system_linkage_function
762: , 'VI', 200
763: , 101)

Line 766: pa_utils2.get_recvr_gl_date(

762: , 'VI', 200
763: , 101)
764: ,l_sob_id)
765: ,EI.org_id) gl_period_name,
766: pa_utils2.get_recvr_gl_date(
767: P_RecvrGlDate
768: ,decode(EI.system_linkage_function
769: , 'VI', 200
770: , 101)

Line 772: pa_utils2.get_gl_period_name (

768: ,decode(EI.system_linkage_function
769: , 'VI', 200
770: , 101)
771: ,l_recvr_sob_id) recvr_gl_date,
772: pa_utils2.get_gl_period_name (
773: pa_utils2.get_recvr_gl_date(
774: P_RecvrGlDate
775: ,decode(EI.system_linkage_function
776: , 'VI', 200

Line 773: pa_utils2.get_recvr_gl_date(

769: , 'VI', 200
770: , 101)
771: ,l_recvr_sob_id) recvr_gl_date,
772: pa_utils2.get_gl_period_name (
773: pa_utils2.get_recvr_gl_date(
774: P_RecvrGlDate
775: ,decode(EI.system_linkage_function
776: , 'VI', 200
777: , 101)

Line 1359: from pa_utils2.get_period_information for fix 2661921

1355: , project_exchange_rate
1356: , project_id
1357: , task_id,
1358: /* commenting out these columns as this information is obtained
1359: from pa_utils2.get_period_information for fix 2661921
1360: pa_period_name,
1361: gl_period_name,
1362: recvr_pa_period_name,
1363: recvr_gl_period_name, */

Line 1447: from PA_UTILS2.get_period_information

1443:
1444: /* bug#2361495 */
1445: /* Commenting out the call to get_pa_date and get_recvr_pa_date
1446: for 2661921 as pa_date and recvr_pa_date will be obtained
1447: from PA_UTILS2.get_period_information
1448:
1449: l_pa_date := PA_UTILS2.get_pa_date(p_ei_date => l_ei_date
1450: ,p_gl_date => NULL
1451: ,p_org_id => l_org_id );

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

1445: /* Commenting out the call to get_pa_date and get_recvr_pa_date
1446: for 2661921 as pa_date and recvr_pa_date will be obtained
1447: from PA_UTILS2.get_period_information
1448:
1449: l_pa_date := PA_UTILS2.get_pa_date(p_ei_date => l_ei_date
1450: ,p_gl_date => NULL
1451: ,p_org_id => l_org_id );
1452:
1453: l_recvr_pa_date := PA_UTILS2.get_recvr_pa_date(p_ei_date => l_ei_date

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

1449: l_pa_date := PA_UTILS2.get_pa_date(p_ei_date => l_ei_date
1450: ,p_gl_date => NULL
1451: ,p_org_id => l_org_id );
1452:
1453: l_recvr_pa_date := PA_UTILS2.get_recvr_pa_date(p_ei_date => l_ei_date
1454: ,p_gl_date => NULL
1455: ,p_org_id => l_org_id ); */
1456: /* bug#2361495 */
1457:

Line 1459: PA_UTILS2.get_period_information(

1455: ,p_org_id => l_org_id ); */
1456: /* bug#2361495 */
1457:
1458: /* Getting pa and gl period information for 2661921 */
1459: PA_UTILS2.get_period_information(
1460: p_expenditure_item_date => l_ei_date
1461: ,p_expenditure_id => l_exp_id
1462: ,p_system_linkage_function => l_sys_link_function
1463: ,p_line_type => p_line_type