DBA Data[Home] [Help]

APPS.JAI_ENCUM_PRC dependencies on PO_ENCUMBRANCE_GT

Line 50: FROM po_encumbrance_gt

46: /*Cursor used to fetch the line_location_id using distribution_id*/
47: CURSOR cur_line_location_id(cp_distribution_id NUMBER)
48: IS
49: SELECT line_location_id
50: FROM po_encumbrance_gt
51: WHERE distribution_id = cp_distribution_id;
52:
53: /*Cursor to fetch the po_line_id using line_location_id*/
54: CURSOR cur_po_line_id(cp_line_location_id NUMBER)