DBA Data[Home] [Help]

APPS.JAI_CMN_ST_FORMS_PKG dependencies on JAI_PO_LINE_LOCATIONS

Line 95: from JAI_PO_LINE_LOCATIONS

91: where po_header_id = p_po_header_id;
92:
93: cursor c_get_focus_id(p_line_location_id number, p_line_id number) is
94: select line_focus_id
95: from JAI_PO_LINE_LOCATIONS
96: where line_location_id = p_line_location_id
97: and po_line_id = p_line_id;
98:
99: cursor c_get_tax_ln_no_receipt (p_rcv_transaction_id number, p_tax_id number) is