DBA Data[Home] [Help]

APPS.IEX_SCORE_PVT dependencies on IEX_DELINQUENCIES

Line 3334: --FROM IEX_DELINQUENCIES_ALL

3330:
3331: -- this represents the universe of customers to be scored
3332: CURSOR c_del_parties IS
3333: SELECT DISTINCT PARTY_CUST_ID
3334: --FROM IEX_DELINQUENCIES_ALL
3335: FROM IEX_DELINQUENCIES
3336: WHERE STATUS = 'OPEN';
3337:
3338: type t_table is table of number

Line 3335: FROM IEX_DELINQUENCIES

3331: -- this represents the universe of customers to be scored
3332: CURSOR c_del_parties IS
3333: SELECT DISTINCT PARTY_CUST_ID
3334: --FROM IEX_DELINQUENCIES_ALL
3335: FROM IEX_DELINQUENCIES
3336: WHERE STATUS = 'OPEN';
3337:
3338: type t_table is table of number
3339: index by binary_integer;