DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_CMBN_AGE_LOS_PRTE_F

Line 3233: -- and tr.where_clause = l_BEN_ELIG_CMBN_AGE_LOS_PRTE_F

3229: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
3230: pqh_table_route tr
3231: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
3232: and cpe.table_route_id = tr.table_route_id
3233: -- and tr.where_clause = l_BEN_ELIG_CMBN_AGE_LOS_PRTE_F
3234: and tr.table_alias = l_table_alias
3235: and cpe.number_of_copies = 1 -- ADDITION
3236: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
3237: order by information1, information2; --added for bug: 5151945

Line 3271: from BEN_ELIG_CMBN_AGE_LOS_PRTE_F ECP

3267: c_business_group_id number,
3268: c_new_pk_id number) is
3269: select
3270: ECP.elig_cmbn_age_los_prte_id new_value
3271: from BEN_ELIG_CMBN_AGE_LOS_PRTE_F ECP
3272: where
3273: ECP.CMBN_AGE_LOS_FCTR_ID = l_CMBN_AGE_LOS_FCTR_ID and -- IK removed nvl
3274: ECP.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
3275: ECP.business_group_id = c_business_group_id

Line 3283: from BEN_ELIG_CMBN_AGE_LOS_PRTE_F ECP1

3279: and effective_end_date ;
3280: --END TEMPIK
3281: /*TEMPIK
3282: and exists ( select null
3283: from BEN_ELIG_CMBN_AGE_LOS_PRTE_F ECP1
3284: where
3285: ECP1.CMBN_AGE_LOS_FCTR_ID = l_CMBN_AGE_LOS_FCTR_ID and
3286: ECP1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
3287: ECP1.business_group_id = c_business_group_id

Line 3290: from BEN_ELIG_CMBN_AGE_LOS_PRTE_F ECP2

3286: ECP1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
3287: ECP1.business_group_id = c_business_group_id
3288: and ECP1.effective_start_date <= c_effective_start_date )
3289: and exists ( select null
3290: from BEN_ELIG_CMBN_AGE_LOS_PRTE_F ECP2
3291: where
3292: ECP2.CMBN_AGE_LOS_FCTR_ID = l_CMBN_AGE_LOS_FCTR_ID and
3293: ECP2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
3294: ECP2.business_group_id = c_business_group_id

Line 3447: (p_base_table_name => 'BEN_ELIG_CMBN_AGE_LOS_PRTE_F',

3443: if c_find_ECP_in_target%found then
3444: --
3445: --TEMPIK
3446: l_dt_rec_found := dt_api.check_min_max_dates
3447: (p_base_table_name => 'BEN_ELIG_CMBN_AGE_LOS_PRTE_F',
3448: p_base_key_column => 'ELIG_CMBN_AGE_LOS_PRTE_ID',
3449: p_base_key_value => l_new_value,
3450: p_from_date => l_min_esd,
3451: p_to_date => l_max_eed );

Line 3507: hr_utility.set_location(' BEN_ELIG_CMBN_AGE_LOS_PRTE_F CREATE_ELIG_CMBN_AGE_LOS ',20);

3503: end if;
3504:
3505: if l_first_rec and not l_update then
3506: -- Call Create routine.
3507: hr_utility.set_location(' BEN_ELIG_CMBN_AGE_LOS_PRTE_F CREATE_ELIG_CMBN_AGE_LOS ',20);
3508: BEN_ELIG_CMBN_AGE_LOS_API.CREATE_ELIG_CMBN_AGE_LOS(
3509: --
3510: P_VALIDATE => false
3511: ,P_EFFECTIVE_DATE => l_effective_date

Line 3581: hr_utility.set_location(' BEN_ELIG_CMBN_AGE_LOS_PRTE_F UPDATE_ELIG_CMBN_AGE_LOS ',30);

3577: else
3578: --
3579: -- Call Update routine for the pk_id created in prev run .
3580: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
3581: hr_utility.set_location(' BEN_ELIG_CMBN_AGE_LOS_PRTE_F UPDATE_ELIG_CMBN_AGE_LOS ',30);
3582: --UPD START
3583: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
3584: --
3585: if l_update then