DBA Data[Home] [Help]

APPS.CCT_ROUTINGWORKFLOW_PUB dependencies on PER_ALL_PEOPLE_F

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

6: -- Usage : Used by the Get_Agent function to temporarily store the routing
7: -- results to faciliate sorting/randomization to limit the number
8: -- of agents returned by the Routing process to 10 agents.
9: ------------------------------------------------------------------------------
10: TYPE agent_tbl_type IS TABLE OF PER_ALL_PEOPLE_F.PERSON_ID%TYPE
11: INDEX BY BINARY_INTEGER;
12:
13: TYPE ParamTable IS TABLE OF VARCHAR(200) INDEX BY BINARY_INTEGER;
14: paramHash ParamTable;