DBA Data[Home] [Help]

APPS.BEN_DERIVE_PART_AND_RATE_CACHE dependencies on BEN_CMBN_AGE_LOS_FCTR

Line 145: los_fctr_id ben_cmbn_age_los_fctr.los_fctr_id%type,

141: --
142: type g_cache_cla_rec_obj is record
143: (id number,
144: exist varchar2(1),
145: los_fctr_id ben_cmbn_age_los_fctr.los_fctr_id%type,
146: age_fctr_id ben_cmbn_age_los_fctr.age_fctr_id%type,
147: cmbnd_min_val ben_cmbn_age_los_fctr.cmbnd_min_val%type,
148: cmbnd_max_val ben_cmbn_age_los_fctr.cmbnd_max_val%type);
149: --

Line 146: age_fctr_id ben_cmbn_age_los_fctr.age_fctr_id%type,

142: type g_cache_cla_rec_obj is record
143: (id number,
144: exist varchar2(1),
145: los_fctr_id ben_cmbn_age_los_fctr.los_fctr_id%type,
146: age_fctr_id ben_cmbn_age_los_fctr.age_fctr_id%type,
147: cmbnd_min_val ben_cmbn_age_los_fctr.cmbnd_min_val%type,
148: cmbnd_max_val ben_cmbn_age_los_fctr.cmbnd_max_val%type);
149: --
150: type g_cache_cla_rec_table is table of g_cache_cla_rec_obj index

Line 147: cmbnd_min_val ben_cmbn_age_los_fctr.cmbnd_min_val%type,

143: (id number,
144: exist varchar2(1),
145: los_fctr_id ben_cmbn_age_los_fctr.los_fctr_id%type,
146: age_fctr_id ben_cmbn_age_los_fctr.age_fctr_id%type,
147: cmbnd_min_val ben_cmbn_age_los_fctr.cmbnd_min_val%type,
148: cmbnd_max_val ben_cmbn_age_los_fctr.cmbnd_max_val%type);
149: --
150: type g_cache_cla_rec_table is table of g_cache_cla_rec_obj index
151: by binary_integer;

Line 148: cmbnd_max_val ben_cmbn_age_los_fctr.cmbnd_max_val%type);

144: exist varchar2(1),
145: los_fctr_id ben_cmbn_age_los_fctr.los_fctr_id%type,
146: age_fctr_id ben_cmbn_age_los_fctr.age_fctr_id%type,
147: cmbnd_min_val ben_cmbn_age_los_fctr.cmbnd_min_val%type,
148: cmbnd_max_val ben_cmbn_age_los_fctr.cmbnd_max_val%type);
149: --
150: type g_cache_cla_rec_table is table of g_cache_cla_rec_obj index
151: by binary_integer;
152: --