DBA Data[Home] [Help]

APPS.PA_BUDGET_FUND_PKG dependencies on PA_XLA_INTERFACE_PKG

Line 2908: -- ## 3.2 Call pa_xla_interface_pkg.create_events

2904:
2905: End If;
2906:
2907: -- --------------------------------------------------------------+
2908: -- ## 3.2 Call pa_xla_interface_pkg.create_events
2909: -- --------------------------------------------------------------+
2910: declare
2911: MOAC_Current_Org NUMBER;
2912: Begin

Line 2916: pa_xla_interface_pkg.create_events

2912: Begin
2913: MOAC_Current_Org := MO_GLOBAL.GET_CURRENT_ORG_ID;
2914: log_message(' In Create_events_and_fundscheck:Calling create events for GL ');
2915:
2916: pa_xla_interface_pkg.create_events
2917: (p_calling_module => l_calling_module,
2918: p_data_set_id => l_data_set_id,
2919: x_result_code => l_result_status_code); /*6647310*/
2920:

Line 2949: -- ## 3.3 Call pa_xla_interface_pkg.create_events for CC

2945: RAISE BC_SLA_FAILURE;
2946: End;
2947:
2948: -- --------------------------------------------------------------+
2949: -- ## 3.3 Call pa_xla_interface_pkg.create_events for CC
2950: -- --------------------------------------------------------------+
2951: /*Commented for bug 6524116
2952: If (l_cc_calling_module IS NOT null and p_result_code = 'S') then
2953:

Line 2957: pa_xla_interface_pkg.create_events

2953:
2954: log_message(' In Create_events_and_fundscheck:Calling create events for CC ');
2955:
2956: --Begin
2957: pa_xla_interface_pkg.create_events
2958: (p_calling_module => l_cc_calling_module,
2959: p_data_set_id => l_cc_data_set_id,
2960: x_result_code => l_result_status_code);
2961: