DBA Data[Home] [Help]

APPS.IEC_CPN_RLSE_STTGY_PVT dependencies on IEC_G_LIST_SUBSETS

Line 10: TYPE QUANTUM is TABLE of IEC_G_LIST_SUBSETS.QUANTUM%TYPE index by binary_integer;

6: -- Individual subset attributes.
7: ---------------------------------------------------------
8: TYPE WORKING_QUANTUM is TABLE of IEC_G_SUBSET_RT_INFO.WORKING_QUANTUM%TYPE index by binary_integer;
9: TYPE WORKING_QUOTA is TABLE of IEC_G_SUBSET_RT_INFO.WORKING_QUOTA%TYPE index by binary_integer;
10: TYPE QUANTUM is TABLE of IEC_G_LIST_SUBSETS.QUANTUM%TYPE index by binary_integer;
11: TYPE QUOTA is TABLE of IEC_G_LIST_SUBSETS.QUOTA%TYPE index by binary_integer;
12: TYPE QUOTA_RESET is TABLE of IEC_G_LIST_SUBSETS.QUOTA_RESET%TYPE index by binary_integer;
13: TYPE QUOTA_RESET_TIME is TABLE of IEC_G_SUBSET_RT_INFO.QUOTA_RESET_TIME%TYPE index by binary_integer;
14: TYPE RELEASE_STRATEGY is TABLE of IEC_G_LIST_SUBSETS.RELEASE_STRATEGY%TYPE index by binary_integer;

Line 11: TYPE QUOTA is TABLE of IEC_G_LIST_SUBSETS.QUOTA%TYPE index by binary_integer;

7: ---------------------------------------------------------
8: TYPE WORKING_QUANTUM is TABLE of IEC_G_SUBSET_RT_INFO.WORKING_QUANTUM%TYPE index by binary_integer;
9: TYPE WORKING_QUOTA is TABLE of IEC_G_SUBSET_RT_INFO.WORKING_QUOTA%TYPE index by binary_integer;
10: TYPE QUANTUM is TABLE of IEC_G_LIST_SUBSETS.QUANTUM%TYPE index by binary_integer;
11: TYPE QUOTA is TABLE of IEC_G_LIST_SUBSETS.QUOTA%TYPE index by binary_integer;
12: TYPE QUOTA_RESET is TABLE of IEC_G_LIST_SUBSETS.QUOTA_RESET%TYPE index by binary_integer;
13: TYPE QUOTA_RESET_TIME is TABLE of IEC_G_SUBSET_RT_INFO.QUOTA_RESET_TIME%TYPE index by binary_integer;
14: TYPE RELEASE_STRATEGY is TABLE of IEC_G_LIST_SUBSETS.RELEASE_STRATEGY%TYPE index by binary_integer;
15: TYPE USE_FLAG is TABLE of IEC_G_SUBSET_RT_INFO.USE_FLAG%TYPE index by binary_integer;

Line 12: TYPE QUOTA_RESET is TABLE of IEC_G_LIST_SUBSETS.QUOTA_RESET%TYPE index by binary_integer;

8: TYPE WORKING_QUANTUM is TABLE of IEC_G_SUBSET_RT_INFO.WORKING_QUANTUM%TYPE index by binary_integer;
9: TYPE WORKING_QUOTA is TABLE of IEC_G_SUBSET_RT_INFO.WORKING_QUOTA%TYPE index by binary_integer;
10: TYPE QUANTUM is TABLE of IEC_G_LIST_SUBSETS.QUANTUM%TYPE index by binary_integer;
11: TYPE QUOTA is TABLE of IEC_G_LIST_SUBSETS.QUOTA%TYPE index by binary_integer;
12: TYPE QUOTA_RESET is TABLE of IEC_G_LIST_SUBSETS.QUOTA_RESET%TYPE index by binary_integer;
13: TYPE QUOTA_RESET_TIME is TABLE of IEC_G_SUBSET_RT_INFO.QUOTA_RESET_TIME%TYPE index by binary_integer;
14: TYPE RELEASE_STRATEGY is TABLE of IEC_G_LIST_SUBSETS.RELEASE_STRATEGY%TYPE index by binary_integer;
15: TYPE USE_FLAG is TABLE of IEC_G_SUBSET_RT_INFO.USE_FLAG%TYPE index by binary_integer;
16: TYPE SUBSET_PRIORITY is TABLE of IEC_G_LIST_SUBSETS.PRIORITY%TYPE;

Line 14: TYPE RELEASE_STRATEGY is TABLE of IEC_G_LIST_SUBSETS.RELEASE_STRATEGY%TYPE index by binary_integer;

10: TYPE QUANTUM is TABLE of IEC_G_LIST_SUBSETS.QUANTUM%TYPE index by binary_integer;
11: TYPE QUOTA is TABLE of IEC_G_LIST_SUBSETS.QUOTA%TYPE index by binary_integer;
12: TYPE QUOTA_RESET is TABLE of IEC_G_LIST_SUBSETS.QUOTA_RESET%TYPE index by binary_integer;
13: TYPE QUOTA_RESET_TIME is TABLE of IEC_G_SUBSET_RT_INFO.QUOTA_RESET_TIME%TYPE index by binary_integer;
14: TYPE RELEASE_STRATEGY is TABLE of IEC_G_LIST_SUBSETS.RELEASE_STRATEGY%TYPE index by binary_integer;
15: TYPE USE_FLAG is TABLE of IEC_G_SUBSET_RT_INFO.USE_FLAG%TYPE index by binary_integer;
16: TYPE SUBSET_PRIORITY is TABLE of IEC_G_LIST_SUBSETS.PRIORITY%TYPE;
17: TYPE SUBSET_ID is TABLE of IEC_G_LIST_SUBSETS.LIST_SUBSET_ID%TYPE;
18: TYPE FLAG_COLLECTION is TABLE of VARCHAR2(1) index by binary_integer;

Line 16: TYPE SUBSET_PRIORITY is TABLE of IEC_G_LIST_SUBSETS.PRIORITY%TYPE;

12: TYPE QUOTA_RESET is TABLE of IEC_G_LIST_SUBSETS.QUOTA_RESET%TYPE index by binary_integer;
13: TYPE QUOTA_RESET_TIME is TABLE of IEC_G_SUBSET_RT_INFO.QUOTA_RESET_TIME%TYPE index by binary_integer;
14: TYPE RELEASE_STRATEGY is TABLE of IEC_G_LIST_SUBSETS.RELEASE_STRATEGY%TYPE index by binary_integer;
15: TYPE USE_FLAG is TABLE of IEC_G_SUBSET_RT_INFO.USE_FLAG%TYPE index by binary_integer;
16: TYPE SUBSET_PRIORITY is TABLE of IEC_G_LIST_SUBSETS.PRIORITY%TYPE;
17: TYPE SUBSET_ID is TABLE of IEC_G_LIST_SUBSETS.LIST_SUBSET_ID%TYPE;
18: TYPE FLAG_COLLECTION is TABLE of VARCHAR2(1) index by binary_integer;
19:
20: ---------------------------------------------------------

Line 17: TYPE SUBSET_ID is TABLE of IEC_G_LIST_SUBSETS.LIST_SUBSET_ID%TYPE;

13: TYPE QUOTA_RESET_TIME is TABLE of IEC_G_SUBSET_RT_INFO.QUOTA_RESET_TIME%TYPE index by binary_integer;
14: TYPE RELEASE_STRATEGY is TABLE of IEC_G_LIST_SUBSETS.RELEASE_STRATEGY%TYPE index by binary_integer;
15: TYPE USE_FLAG is TABLE of IEC_G_SUBSET_RT_INFO.USE_FLAG%TYPE index by binary_integer;
16: TYPE SUBSET_PRIORITY is TABLE of IEC_G_LIST_SUBSETS.PRIORITY%TYPE;
17: TYPE SUBSET_ID is TABLE of IEC_G_LIST_SUBSETS.LIST_SUBSET_ID%TYPE;
18: TYPE FLAG_COLLECTION is TABLE of VARCHAR2(1) index by binary_integer;
19:
20: ---------------------------------------------------------
21: -- Individual Entry attributes.