DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_GRP dependencies on POS_CHG_REC_TBL

Line 12: g_po_change_table pos_chg_rec_tbl := null;

8: /*
9: This PL/SQL table will store the supplier request. A new row will be added
10: for each call of the store_supplier_request.
11: */
12: g_po_change_table pos_chg_rec_tbl := null;
13:
14: /*
15: g_int_cont_num value will store the internal control number of each request.
16: This will be set in the initialize call and reset on the windup call.