DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_PVT dependencies on PO_BC_DISTRIBUTIONS

Line 4064: from po_bc_distributions

4060: ----
4061: ELSIF (l_exc_code = g_GL_FUNDS_API_EXC) then
4062: l_exc_message_text := 'GL_FUNDS_API_EXC';
4063: select ae_event_id INTO PO_ENCUMBRANCE_POSTPROCESSING.g_event_id
4064: from po_bc_distributions
4065: where packet_id = l_old_pkt_id
4066: and rownum = 1;
4067: ----
4068: ELSE

Line 5266: --directly from po_bc_distributions based on online_report_id

5262:
5263: DELETE FROM PSA_BC_REPORT_EVENTS_GT;
5264: --
5265: --Going forward we would populate the events and distribution ids
5266: --directly from po_bc_distributions based on online_report_id
5267: --We stamp all distributions in the current transaction with online
5268: --report_id and then use online_report_id to identify the distributions
5269: --while reporting.
5270: INSERT INTO PSA_BC_REPORT_EVENTS_GT

Line 5277: FROM PO_BC_DISTRIBUTIONS PBD

5273: EVENT_ID
5274: )
5275: SELECT PBD.distribution_id,
5276: PBD.ae_event_id
5277: FROM PO_BC_DISTRIBUTIONS PBD
5278: WHERE PBD.ONLINE_REPORT_ID= p_online_report_id;
5279: --
5280: IF (SQL%ROWCOUNT > 0) THEN
5281: x_events_populated := 'Y';