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 264: x_req_status_rec.reservable_flag := po_tbl_varchar1();

260: ;
261:
262: -- Allocate memory for reservable_flag Table to p_count size
263: l_progress := '020';
264: x_req_status_rec.reservable_flag := po_tbl_varchar1();
265: x_req_status_rec.reservable_flag.extend(p_count);
266:
267: -- Set reservable_flag for each Entity using BULK_ROWCOUNT
268: l_progress := '030';

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

390: ;
391:
392: -- Allocate memory for unreservable_flag Table to p_count size
393: l_progress := '020';
394: x_req_status_rec.unreservable_flag := po_tbl_varchar1();
395: x_req_status_rec.unreservable_flag.extend(p_count);
396:
397: -- Set unreservable_flag for each Entity using BULK_ROWCOUNT
398: l_progress := '030';