DBA Data[Home] [Help]

APPS.GMS_FUNDS_CONTROL_PKG dependencies on PO_BC_DISTRIBUTIONS

Line 2200: -- also be stored in po_bc_distributions

2196: l_packet_id gms_bc_packets.packet_id%TYPE;
2197:
2198:
2199: -- IP records are fetched by c_req_po_pkt_rec cursor as IP records will
2200: -- also be stored in po_bc_distributions
2201:
2202: -- Cursor to fetch REQ and PO data from po_bc_distributions
2203: -- This cursor fetches all data which has award_set_id populated
2204: -- Further ADL validations are done at later point in code

Line 2202: -- Cursor to fetch REQ and PO data from po_bc_distributions

2198:
2199: -- IP records are fetched by c_req_po_pkt_rec cursor as IP records will
2200: -- also be stored in po_bc_distributions
2201:
2202: -- Cursor to fetch REQ and PO data from po_bc_distributions
2203: -- This cursor fetches all data which has award_set_id populated
2204: -- Further ADL validations are done at later point in code
2205:
2206: CURSOR c_req_po_pkt_rec IS

Line 2236: FROM po_bc_distributions pobc ,

2232: NULL, -- ind_cmp_set_id
2233: NULL, -- burdenable_raw_cost
2234: pobc.reference6, -- For GMSIP
2235: pobc.reference13 --Vendor id for GMSIP transactions
2236: FROM po_bc_distributions pobc ,
2237: psa_bc_xla_events_gt xlaevt,
2238: pa_expenditure_types et,
2239: gms_project_types gpt,
2240: pa_projects_all pp