DBA Data[Home] [Help]

APPS.BEN_PD_RATE_AND_CVG_MODULE dependencies on BEN_AGE_FCTR

Line 4060: -- START OF BEN_AGE_FCTR ----------------------

4056: l_information5 ben_copy_entity_results.information5%type;
4057: l_number_of_copies number(15);
4058:
4059: ---------------------------------------------------------------
4060: -- START OF BEN_AGE_FCTR ----------------------
4061: ---------------------------------------------------------------
4062: cursor c_agf(c_age_fctr_id number,c_mirror_src_entity_result_id number,
4063: c_table_alias varchar2 ) is
4064: select agf.*

Line 4065: from BEN_AGE_FCTR agf

4061: ---------------------------------------------------------------
4062: cursor c_agf(c_age_fctr_id number,c_mirror_src_entity_result_id number,
4063: c_table_alias varchar2 ) is
4064: select agf.*
4065: from BEN_AGE_FCTR agf
4066: where agf.age_fctr_id = c_age_fctr_id
4067: -- and agf.business_group_id = p_business_group_id
4068: and not exists (
4069: select /* */ null

Line 4076: -- and trt.where_clause = 'BEN_AGE_FCTR'

4072: where copy_entity_txn_id = p_copy_entity_txn_id
4073: -- and trt.table_route_id = cpe.table_route_id
4074: and ( -- c_mirror_src_entity_result_id is null or
4075: mirror_src_entity_result_id = c_mirror_src_entity_result_id )
4076: -- and trt.where_clause = 'BEN_AGE_FCTR'
4077: and cpe.table_alias = c_table_alias
4078: and information1 = c_age_fctr_id
4079: -- and information4 = agf.business_group_id
4080: );

Line 4084: -- END OF BEN_AGE_FCTR ----------------------

4080: );
4081: l_age_fctr_id number(15);
4082: l_out_agf_result_id number(15);
4083: ---------------------------------------------------------------
4084: -- END OF BEN_AGE_FCTR ----------------------
4085: ---------------------------------------------------------------
4086: ---------------------------------------------------------------
4087: -- START OF BEN_CMBN_AGE_LOS_FCTR ----------------------
4088: ---------------------------------------------------------------

Line 4304: -- START OF BEN_AGE_FCTR ----------------------

4300: end if;
4301: close c_object_exists;
4302: end if;
4303: ---------------------------------------------------------------
4304: -- START OF BEN_AGE_FCTR ----------------------
4305: ---------------------------------------------------------------
4306: --
4307: l_mirror_src_entity_result_id := p_copy_entity_result_id ;
4308: --

Line 4463: -- END OF BEN_AGE_FCTR ----------------------

4459:
4460: end loop;
4461: --
4462: ---------------------------------------------------------------
4463: -- END OF BEN_AGE_FCTR ----------------------
4464: ---------------------------------------------------------------
4465: end if;
4466: if p_cmbn_age_los_fctr_id is not null then
4467: