DBA Data[Home] [Help]

APPS.GMS_FUNDS_CONTROL_PKG dependencies on PO_BC_DISTRIBUTIONS

Line 2247: -- also be stored in po_bc_distributions

2243: l_packet_id gms_bc_packets.packet_id%TYPE;
2244:
2245:
2246: -- IP records are fetched by c_req_po_pkt_rec cursor as IP records will
2247: -- also be stored in po_bc_distributions
2248:
2249: -- Cursor to fetch REQ and PO data from po_bc_distributions
2250: -- This cursor fetches all data which has award_set_id populated
2251: -- Further ADL validations are done at later point in code

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

2245:
2246: -- IP records are fetched by c_req_po_pkt_rec cursor as IP records will
2247: -- also be stored in po_bc_distributions
2248:
2249: -- Cursor to fetch REQ and PO data from po_bc_distributions
2250: -- This cursor fetches all data which has award_set_id populated
2251: -- Further ADL validations are done at later point in code
2252:
2253: CURSOR c_req_po_pkt_rec IS

Line 2283: FROM po_bc_distributions pobc ,

2279: NULL, -- ind_cmp_set_id
2280: NULL, -- burdenable_raw_cost
2281: pobc.reference6, -- For GMSIP
2282: pobc.reference13 --Vendor id for GMSIP transactions
2283: FROM po_bc_distributions pobc ,
2284: psa_bc_xla_events_gt xlaevt,
2285: pa_expenditure_types et,
2286: gms_project_types gpt,
2287: pa_projects_all pp