DBA Data[Home] [Help]

APPS.PO_CREATE_ISO dependencies on PO_TBL_NUMBER

Line 105: l_req_hdr_id_tbl po_tbl_number := PO_TBL_NUMBER();

101: l_sold_to_org_id NUMBER :=NULL;
102: l_prev_sold_to_org_id NUMBER :=NULL;
103: --bug7699084 Defined a table to hold all the req header id's that gets processed,
104: --So that the transferred_to_oe_flag of the line can be quickly processed
105: l_req_hdr_id_tbl po_tbl_number := PO_TBL_NUMBER();
106: tbl_index NUMBER :=0;
107: --bug7699084
108:
109: --BUG10037733 variable definitions.