DBA Data[Home] [Help]

APPS.PO_HR_LOCATION dependencies on PO_ADDRESS_DETAILS_GT

Line 104: address is a PL/SQL table of po_address_details_gt global temp table rowtype .

100:
101: TYPE vchar_array IS VARRAY(20) OF VARCHAR2(240);
102:
103: /************************************************************************************
104: address is a PL/SQL table of po_address_details_gt global temp table rowtype .
105: *************************************************************************************/
106:
107: TYPE address IS TABLE OF po_address_details_gt%rowtype INDEX BY BINARY_INTEGER;
108:

Line 107: TYPE address IS TABLE OF po_address_details_gt%rowtype INDEX BY BINARY_INTEGER;

103: /************************************************************************************
104: address is a PL/SQL table of po_address_details_gt global temp table rowtype .
105: *************************************************************************************/
106:
107: TYPE address IS TABLE OF po_address_details_gt%rowtype INDEX BY BINARY_INTEGER;
108:
109:
110: /************************************************************************************
111: NAME: populate_gt