DBA Data[Home] [Help]

APPS.BEN_DELETE_ORPHAN_ROWS dependencies on PER_ALL_PEOPLE_F

Line 6: TYPE Numdata is TABLE OF PER_ALL_PEOPLE_F.PERSON_ID%type;

2: /* $Header: bedeorph.pkh 115.0 2004/07/21 13:04:17 abparekh noship $ */
3: --
4: -- Global type declaration
5: --
6: TYPE Numdata is TABLE OF PER_ALL_PEOPLE_F.PERSON_ID%type;
7: TYPE g_request_table is table of number index by binary_integer;
8: --
9: -- Global varaibles.
10: --