DBA Data[Home] [Help]

APPS.CCT_ROUTINGWORKFLOW_UTL dependencies on PER_ALL_PEOPLE_F

Line 13: TYPE agent_tbl_type IS TABLE OF PER_ALL_PEOPLE_F.PERSON_ID%TYPE

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