DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_OPTIP_F

Line 25034: -- and tr.where_clause = l_BEN_OPTIP_F

25030: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
25031: pqh_table_route tr
25032: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
25033: and cpe.table_route_id = tr.table_route_id
25034: -- and tr.where_clause = l_BEN_OPTIP_F
25035: and tr.table_alias = l_table_alias
25036: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
25037: order by information1, information2; --added for bug: 5151945
25038: --

Line 25071: from BEN_OPTIP_F OTP

25067: c_business_group_id number,
25068: c_new_pk_id number) is
25069: select
25070: OTP.optip_id new_value
25071: from BEN_OPTIP_F OTP
25072: where
25073: -- nvl(OTP.CMBN_PTIP_OPT_ID,-999) = nvl(l_CMBN_PTIP_OPT_ID,-999) and
25074: OTP.OPT_ID = l_OPT_ID and
25075: OTP.PGM_ID = l_PGM_ID and

Line 25086: from BEN_OPTIP_F OTP1

25082: and effective_end_date ;
25083: --END TEMPIK
25084: /*
25085: and exists ( select null
25086: from BEN_OPTIP_F OTP1
25087: where
25088: -- nvl(OTP1.CMBN_PTIP_OPT_ID,-999) = nvl(l_CMBN_PTIP_OPT_ID,-999) and
25089: OTP1.OPT_ID = l_OPT_ID and
25090: OTP1.PGM_ID = l_PGM_ID and

Line 25096: from BEN_OPTIP_F OTP2

25092: -- nvl(OTP1.PTIP_ID,-999) = nvl(l_PTIP_ID,-999) and
25093: OTP1.business_group_id = c_business_group_id
25094: and OTP1.effective_start_date <= c_effective_start_date )
25095: and exists ( select null
25096: from BEN_OPTIP_F OTP2
25097: where
25098: -- nvl(OTP2.CMBN_PTIP_OPT_ID,-999) = nvl(l_CMBN_PTIP_OPT_ID,-999) and
25099: OTP2.OPT_ID = l_OPT_ID and
25100: OTP2.PGM_ID = l_PGM_ID and

Line 25192: (p_base_table_name => 'BEN_OPTIP_F',

25188: if c_find_OTP_in_target%found then
25189: --
25190: --TEMPIK
25191: l_dt_rec_found := dt_api.check_min_max_dates
25192: (p_base_table_name => 'BEN_OPTIP_F',
25193: p_base_key_column => 'OPTIP_ID',
25194: p_base_key_value => l_new_value,
25195: p_from_date => l_min_esd,
25196: p_to_date => l_max_eed );

Line 25251: hr_utility.set_location(' BEN_OPTIP_F CREATE_OPT_PLTYP_IN_PGM ',20);

25247: end if;
25248:
25249: if l_first_rec then
25250: -- Call Create routine.
25251: hr_utility.set_location(' BEN_OPTIP_F CREATE_OPT_PLTYP_IN_PGM ',20);
25252: BEN_OPT_PLTYP_IN_PGM_API.CREATE_OPT_PLTYP_IN_PGM(
25253: --
25254: P_VALIDATE => false
25255: ,P_EFFECTIVE_DATE => l_effective_date

Line 25319: hr_utility.set_location(' BEN_OPTIP_F UPDATE_OPT_PLTYP_IN_PGM ',30);

25315: else
25316: --
25317: -- Call Update routine for the pk_id created in prev run .
25318: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
25319: hr_utility.set_location(' BEN_OPTIP_F UPDATE_OPT_PLTYP_IN_PGM ',30);
25320: BEN_OPT_PLTYP_IN_PGM_API.UPDATE_OPT_PLTYP_IN_PGM(
25321: --
25322: P_VALIDATE => false
25323: ,P_EFFECTIVE_DATE => l_effective_date