DBA Data[Home] [Help]

APPS.GMS_FUNDS_CONTROL_PKG dependencies on PO_HEADERS_ALL

Line 2452: po_headers_all poh,

2448: poh.vendor_id,
2449: adl.ind_compiled_set_id,
2450: pod.rate -- Bug 5614467
2451: FROM po_distributions_all pod,
2452: po_headers_all poh,
2453: po_lines_all pol, --BUG 3022249
2454: po_line_locations_all pll, -- BUG 3022249
2455: gms_award_distributions adl
2456: WHERE pod.po_distribution_id = p_po_dist_id

Line 2540: l_po_vendor_id po_headers_all.vendor_id%TYPE;

2536: l_counter NUMBER;
2537: l_debug_start_counter NUMBER;
2538: l_po_award_id po_distributions_all.award_id%TYPE;
2539: l_po_result_code gms_bc_packets.result_code%TYPE;
2540: l_po_vendor_id po_headers_all.vendor_id%TYPE;
2541: l_po_ind_com_set_id gms_award_distributions.ind_compiled_set_id%TYPE;
2542:
2543: -- Procedure to intialize PLSQL type variables
2544: PROCEDURE Intialize_tabs IS