DBA Data[Home] [Help]

APPS.PA_BUDGET_FUND_PKG dependencies on PA_XLA_INTERFACE_PKG

Line 1297: PA_XLA_INTERFACE_PKG.GET_BVID_TO_REVERSE(

1293: l_msg_data := g_msg_data;
1294: --Commented below code as part of bug 16401871 to revert the changes made as part of 13857862
1295: /* Start changes for 13857862 */
1296: /* log_message('Before calling get_bvid_to_reverse');
1297: PA_XLA_INTERFACE_PKG.GET_BVID_TO_REVERSE(
1298: p_budget_version_id =>p_budget_version_id,
1299: p_curr_budget_status_code=>l_curr_budget_status_code,
1300: p_old_budget_version_id=>l_old_budget_version_id
1301: );

Line 1307: PA_XLA_INTERFACE_PKG.Reset_event_id (

1303: log_message('Current budget status code is '||l_curr_budget_status_code);
1304: log_message('p_old_budget_version_id is '||l_old_budget_version_id);
1305: log_message('Before calling reset_event_id ');
1306:
1307: PA_XLA_INTERFACE_PKG.Reset_event_id (
1308: p_budget_version_id=>p_budget_version_id,
1309: p_curr_budget_status_code =>l_curr_budget_status_code,
1310: p_old_budget_version_id => l_old_budget_version_id
1311: );

Line 1326: PA_XLA_INTERFACE_PKG.GET_BVID_TO_REVERSE(

1322: PA_UTILS.Add_Message('PA', x_msg_data);
1323: --Commented below code as part of bug 16401871 to revert the changes made as part of 13857862
1324: /* Start changes for 13857862 */
1325: /* log_message('Before calling get_bvid_to_reverse');
1326: PA_XLA_INTERFACE_PKG.GET_BVID_TO_REVERSE(
1327: p_budget_version_id =>p_budget_version_id,
1328: p_curr_budget_status_code=>l_curr_budget_status_code,
1329: p_old_budget_version_id=>l_old_budget_version_id
1330: );

Line 1336: PA_XLA_INTERFACE_PKG.Reset_event_id (

1332: log_message('Current budget status code is '||l_curr_budget_status_code);
1333: log_message('p_old_budget_version_id is '||l_old_budget_version_id);
1334: log_message('Before calling reset_event_id ');
1335:
1336: PA_XLA_INTERFACE_PKG.Reset_event_id (
1337: p_budget_version_id=>p_budget_version_id,
1338: p_curr_budget_status_code =>l_curr_budget_status_code,
1339: p_old_budget_version_id => l_old_budget_version_id
1340: );

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

3012:
3013: End If;
3014:
3015: -- --------------------------------------------------------------+
3016: -- ## 3.2 Call pa_xla_interface_pkg.create_events
3017: -- --------------------------------------------------------------+
3018: declare
3019: MOAC_Current_Org NUMBER;
3020: Begin

Line 3024: pa_xla_interface_pkg.create_events

3020: Begin
3021: MOAC_Current_Org := MO_GLOBAL.GET_CURRENT_ORG_ID;
3022: log_message(' In Create_events_and_fundscheck:Calling create events for GL ');
3023:
3024: pa_xla_interface_pkg.create_events
3025: (p_calling_module => l_calling_module,
3026: p_data_set_id => l_data_set_id,
3027: x_result_code => l_result_status_code); /*6647310*/
3028:

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

3053: RAISE BC_SLA_FAILURE;
3054: End;
3055:
3056: -- --------------------------------------------------------------+
3057: -- ## 3.3 Call pa_xla_interface_pkg.create_events for CC
3058: -- --------------------------------------------------------------+
3059: /*Commented for bug 6524116
3060: If (l_cc_calling_module IS NOT null and p_result_code = 'S') then
3061:

Line 3065: pa_xla_interface_pkg.create_events

3061:
3062: log_message(' In Create_events_and_fundscheck:Calling create events for CC ');
3063:
3064: --Begin
3065: pa_xla_interface_pkg.create_events
3066: (p_calling_module => l_cc_calling_module,
3067: p_data_set_id => l_cc_data_set_id,
3068: x_result_code => l_result_status_code);
3069: