DBA Data[Home] [Help]

APPS.GMS_FUNDS_CONTROL_PKG dependencies on PO_HEADERS_ALL

Line 2678: po_headers_all poh,

2674: poh.vendor_id,
2675: adl.ind_compiled_set_id,
2676: pod.rate -- Bug 5614467
2677: FROM po_distributions_all pod,
2678: po_headers_all poh,
2679: po_lines_all pol, --BUG 3022249
2680: po_line_locations_all pll, -- BUG 3022249
2681: gms_award_distributions adl
2682: WHERE pod.po_distribution_id = p_po_dist_id

Line 2811: l_po_vendor_id po_headers_all.vendor_id%TYPE;

2807: l_counter NUMBER;
2808: l_debug_start_counter NUMBER;
2809: l_po_award_id po_distributions_all.award_id%TYPE;
2810: l_po_result_code gms_bc_packets.result_code%TYPE;
2811: l_po_vendor_id po_headers_all.vendor_id%TYPE;
2812: l_po_ind_com_set_id gms_award_distributions.ind_compiled_set_id%TYPE;
2813:
2814: -- Procedure to intialize PLSQL type variables
2815: PROCEDURE Intialize_tabs IS