DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_GRP dependencies on POS_CHG_REC_TBL

Line 15: g_po_change_table pos_chg_rec_tbl;

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

Line 1436: g_po_change_table := pos_chg_rec_tbl();

1432: g_po_change_table.delete;
1433: g_po_change_table := null;
1434: end if;
1435: --reinitilize the global variable.
1436: g_po_change_table := pos_chg_rec_tbl();
1437: g_po_type := null;
1438: g_po_number := null;
1439: g_release_number := null;
1440: g_tp_id := null;