DBA Data[Home] [Help]

APPS.CS_ROUTING_UTL dependencies on PER_ALL_PEOPLE_F

Line 12: TYPE emp_tbl_type IS TABLE OF PER_ALL_PEOPLE_F.PERSON_ID%TYPE

8: -- Description : This pre-defined table type stores a collection of employee
9: -- IDs.
10: ------------------------------------------------------------------------------
11:
12: TYPE emp_tbl_type IS TABLE OF PER_ALL_PEOPLE_F.PERSON_ID%TYPE
13: INDEX BY BINARY_INTEGER;
14:
15: ------------------------------------------------------------------------------
16: -- Function : Get_Customer_From_RequestNum