DBA Data[Home] [Help]

APPS.JTY_WEBADI_OTH_TERR_DWNL_PKG dependencies on HR_OPERATING_UNITS

Line 39: TYPE org_name_tbl_type is table of HR_OPERATING_UNITS.NAME%TYPE;

35: TYPE num_winners_tbl_type is table of JTF_TERR_ALL.NUM_WINNERS%TYPE;
36: TYPE date_tbl_type is table of JTF_TERR_ALL.START_DATE_ACTIVE%TYPE;
37: TYPE terr_type_name_tbl_type is table of jtf_terr_types_all.name%TYPE;
38: TYPE terr_type_id_tbl_type is table of jtf_terr_types_all.terr_type_id%TYPE;
39: TYPE org_name_tbl_type is table of HR_OPERATING_UNITS.NAME%TYPE;
40: TYPE ATTRIBUTE_CATEGORY_TBL_type is table of JTF_TERR_ALL.ATTRIBUTE_CATEGORY%TYPE;
41: TYPE ATTRIBUTE_TBL_type is table of JTF_TERR_ALL.ATTRIBUTE1%TYPE;
42:
43: TYPE terr_rec_type IS RECORD