DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_PKG1 dependencies on PSA_BC_XLA_PVT

Line 2582: -- Called from PSA_BC_XLA_PVT.Budgetary_control after creating events for AP/PO/REQ.

2578:
2579: -----------------------------------------------------------------------------------
2580: -- R12 Funds Management Uptake --rshaik
2581: -- ----------------------------
2582: -- Called from PSA_BC_XLA_PVT.Budgetary_control after creating events for AP/PO/REQ.
2583: -- and before It performs following tasks :
2584: -- 1. Driving table for this procedure is psa_bc_xla_events_gt .Picks all AP/PO/REQ events
2585: -- created by BCPSA FC engine.
2586: -- 2. Inserts raw records into pa_bc_packets by fetching PO/REQ data from po_bc_distributions

Line 3620: PSA_BC_XLA_PVT.psa_xla_error('PA_BC_NO_BASELINE_BGT',g_tab_source_event_id(l_index));

3616: g_tab_budget_version_id(l_index) := NVL(pa_funds_control_utils2.GET_DRAFTORBASELINE_BDGTVER
3617: (g_tab_project_id(l_index),'GL','DRAFT'),-9999);
3618: -- Added as part of bug 13638904
3619: fnd_message.set_name('PA','PA_BC_NO_BASELINE_BGT');
3620: PSA_BC_XLA_PVT.psa_xla_error('PA_BC_NO_BASELINE_BGT',g_tab_source_event_id(l_index));
3621:
3622: GOTO END_OF_AP_LOOP; -- process next record
3623:
3624: End If; --If (g_tab_budget_version_id(l_index) is NULL ) Then

Line 3878: PSA_BC_XLA_PVT.psa_xla_error('PA_BC_NO_BASELINE_BGT',g_tab_source_event_id(l_index));

3874: g_tab_budget_version_id(l_index) := NVL(pa_funds_control_utils2.GET_DRAFTORBASELINE_BDGTVER
3875: (g_tab_project_id(l_index),'GL','DRAFT'),-9999);
3876: -- Added as part of bug 13638904
3877: fnd_message.set_name('PA','PA_BC_NO_BASELINE_BGT');
3878: PSA_BC_XLA_PVT.psa_xla_error('PA_BC_NO_BASELINE_BGT',g_tab_source_event_id(l_index));
3879:
3880: GOTO END_OF_REQ_LOOP;
3881:
3882: End If; --If (g_tab_budget_version_id(l_index) is NULL ) Then

Line 8180: -- R12 Funds Management Uptake : This tieback procedure is called from PSA_BC_XLA_PVT.Budgetary_control

8176: raise;
8177:
8178: END get_start_or_end_date;
8179:
8180: -- R12 Funds Management Uptake : This tieback procedure is called from PSA_BC_XLA_PVT.Budgetary_control
8181: -- if SLA accounting fails.This API will mark the pa_bc_packet records to failed status.
8182:
8183: PROCEDURE TIEBACK_FAILED_ACCT_STATUS (p_bc_mode IN VARCHAR2 DEFAULT 'C') IS
8184:

Line 9530: PSA_BC_XLA_PVT.psa_xla_error('PA_BC_NO_BASELINE_BGT',g_tab_source_event_id(i));

9526: g_tab_budget_version_id(i) := NVL(pa_funds_control_utils2.GET_DRAFTORBASELINE_BDGTVER
9527: (g_tab_project_id(i),'GL','DRAFT'),-9999);
9528: -- Added as part of bug 13638904
9529: fnd_message.set_name('PA','PA_BC_NO_BASELINE_BGT');
9530: PSA_BC_XLA_PVT.psa_xla_error('PA_BC_NO_BASELINE_BGT',g_tab_source_event_id(i));
9531:
9532: End If;
9533: pa_funds_control_pkg.log_message(p_msg_token1 => 'igc cursor Bdgt_Version['
9534: ||g_tab_budget_version_id(i)||']');

Line 9628: PSA_BC_XLA_PVT.psa_xla_error('PA_BC_NO_BASELINE_BGT',g_tab_source_event_id(i));

9624: g_tab_budget_version_id(i) := NVL(pa_funds_control_utils2.GET_DRAFTORBASELINE_BDGTVER
9625: (g_tab_project_id(i),'CC','DRAFT'),-9999);
9626: -- Added as part of bug 13638904
9627: fnd_message.set_name('PA','PA_BC_NO_BASELINE_BGT');
9628: PSA_BC_XLA_PVT.psa_xla_error('PA_BC_NO_BASELINE_BGT',g_tab_source_event_id(i));
9629:
9630: End If;
9631: END LOOP;
9632: /* end of bug fix:3086398 */