DBA Data[Home] [Help]

APPS.JAI_CMN_ST_FORMS_PKG dependencies on JAI_PO_LINE_LOCATIONS

Line 79: from JAI_PO_LINE_LOCATIONS

75: where po_header_id = p_po_header_id;
76:
77: cursor c_get_focus_id(p_line_location_id number, p_line_id number) is
78: select line_focus_id
79: from JAI_PO_LINE_LOCATIONS
80: where line_location_id = p_line_location_id
81: and po_line_id = p_line_id;
82:
83: cursor c_get_tax_ln_no_receipt (p_rcv_transaction_id number, p_tax_id number) is