DBA Data[Home] [Help]

APPS.JAI_CMN_ST_FORMS_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 102: from po_line_locations_all

98: and line_location_id = p_po_line_location_id;
99:
100: cursor c_get_match_org_loc(p_po_line_location_id number) is
101: select match_option, ship_to_organization_id, ship_to_location_id
102: from po_line_locations_all
103: where line_location_id = p_po_line_location_id;
104:
105: /* Modified by Ramananda for bug# due to uptake of ap_invoice_lines_all */
106: cursor c_get_rcv_transaction_id(p_invoice_id number, p_po_distribution_id number, cp_lt_lookup_code ap_invoice_lines_all.line_type_lookup_code%type ) is

Line 148: v_match_option po_line_locations_all.match_option%type;

144: v_po_header_id JAI_AP_MATCH_INV_TAXES.po_header_id%type;
145: v_po_num po_headers_all.segment1%type;
146: v_po_line_id JAI_AP_MATCH_INV_TAXES.po_line_id%type;
147: v_tax_line_no JAI_PO_TAXES.tax_line_no%type;
148: v_match_option po_line_locations_all.match_option%type;
149: v_ship_to_organization_id po_line_locations_all.ship_to_organization_id%type;
150: v_ship_to_location_id po_line_locations_all.ship_to_location_id%type;
151: v_type_lookup_code po_headers_all.type_lookup_code%type;
152: v_tax_amount JAI_AP_MATCH_INV_TAXES.tax_amount%type;

Line 149: v_ship_to_organization_id po_line_locations_all.ship_to_organization_id%type;

145: v_po_num po_headers_all.segment1%type;
146: v_po_line_id JAI_AP_MATCH_INV_TAXES.po_line_id%type;
147: v_tax_line_no JAI_PO_TAXES.tax_line_no%type;
148: v_match_option po_line_locations_all.match_option%type;
149: v_ship_to_organization_id po_line_locations_all.ship_to_organization_id%type;
150: v_ship_to_location_id po_line_locations_all.ship_to_location_id%type;
151: v_type_lookup_code po_headers_all.type_lookup_code%type;
152: v_tax_amount JAI_AP_MATCH_INV_TAXES.tax_amount%type;
153: v_doc_type varchar2(10);

Line 150: v_ship_to_location_id po_line_locations_all.ship_to_location_id%type;

146: v_po_line_id JAI_AP_MATCH_INV_TAXES.po_line_id%type;
147: v_tax_line_no JAI_PO_TAXES.tax_line_no%type;
148: v_match_option po_line_locations_all.match_option%type;
149: v_ship_to_organization_id po_line_locations_all.ship_to_organization_id%type;
150: v_ship_to_location_id po_line_locations_all.ship_to_location_id%type;
151: v_type_lookup_code po_headers_all.type_lookup_code%type;
152: v_tax_amount JAI_AP_MATCH_INV_TAXES.tax_amount%type;
153: v_doc_type varchar2(10);
154: v_tax_target_amount number;