DBA Data[Home] [Help]

APPS.PO_REQ_DOCUMENT_CHECKS_PVT dependencies on PO_TBL_VARCHAR1

Line 114: x_req_status_rec.updatable_flag := po_tbl_varchar1();

110: -- bug3606853 END
111:
112: -- Allocate memory for updatable_flag Table to p_count size
113: l_progress := '020';
114: x_req_status_rec.updatable_flag := po_tbl_varchar1();
115: x_req_status_rec.updatable_flag.extend(p_count);
116:
117: -- Set Updatable_flag for each Entity using BULK_ROWCOUNT
118: l_progress := '030';

Line 259: x_req_status_rec.reservable_flag := po_tbl_varchar1();

255: ;
256:
257: -- Allocate memory for reservable_flag Table to p_count size
258: l_progress := '020';
259: x_req_status_rec.reservable_flag := po_tbl_varchar1();
260: x_req_status_rec.reservable_flag.extend(p_count);
261:
262: -- Set reservable_flag for each Entity using BULK_ROWCOUNT
263: l_progress := '030';

Line 389: x_req_status_rec.unreservable_flag := po_tbl_varchar1();

385: ;
386:
387: -- Allocate memory for unreservable_flag Table to p_count size
388: l_progress := '020';
389: x_req_status_rec.unreservable_flag := po_tbl_varchar1();
390: x_req_status_rec.unreservable_flag.extend(p_count);
391:
392: -- Set unreservable_flag for each Entity using BULK_ROWCOUNT
393: l_progress := '030';