DBA Data[Home] [Help]

APPS.FV_AP_MATCH_PKG dependencies on PO_LINE_LOCATIONS

Line 23: from po_line_locations

19: /* find out two_way , three_way ,four way matching */
20:
21: select receipt_required_flag,inspection_required_flag
22: into v_rec_flag ,v_ins_flag
23: from po_line_locations
24: where line_location_id = p_line_location_id;
25:
26:
27: if v_rec_flag = 'Y' and v_ins_flag = 'Y' then