DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_SCHEDD_ENRT_RL_F

Line 18403: -- and tr.where_clause = l_BEN_SCHEDD_ENRT_RL_F

18399: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
18400: pqh_table_route tr
18401: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
18402: and cpe.table_route_id = tr.table_route_id
18403: -- and tr.where_clause = l_BEN_SCHEDD_ENRT_RL_F
18404: and tr.table_alias = l_table_alias
18405: and cpe.number_of_copies = 1 -- ADDITION
18406: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
18407: order by information1, information2; --added for bug: 5151945

Line 18441: from BEN_SCHEDD_ENRT_RL_F SER

18437: c_business_group_id number,
18438: c_new_pk_id number) is
18439: select
18440: SER.schedd_enrt_rl_id new_value
18441: from BEN_SCHEDD_ENRT_RL_F SER
18442: where
18443: nvl(SER.ENRT_PERD_ID,-999) = nvl(l_ENRT_PERD_ID,-999) and
18444: nvl(SER.FORMULA_ID,-999) = nvl(l_FORMULA_ID,-999) and
18445: SER.business_group_id = c_business_group_id

Line 18453: from BEN_SCHEDD_ENRT_RL_F SER1

18449: and effective_end_date ;
18450: --END TEMPIK
18451: /*TEMPIK
18452: and exists ( select null
18453: from BEN_SCHEDD_ENRT_RL_F SER1
18454: where
18455: nvl(SER1.ENRT_PERD_ID,-999) = nvl(l_ENRT_PERD_ID, -999) and
18456: nvl(SER1.FORMULA_ID,-999) = nvl(l_FORMULA_ID , -999) and
18457: SER1.business_group_id = c_business_group_id

Line 18460: from BEN_SCHEDD_ENRT_RL_F SER2

18456: nvl(SER1.FORMULA_ID,-999) = nvl(l_FORMULA_ID , -999) and
18457: SER1.business_group_id = c_business_group_id
18458: and SER1.effective_start_date <= c_effective_start_date )
18459: and exists ( select null
18460: from BEN_SCHEDD_ENRT_RL_F SER2
18461: where
18462: nvl(SER2.ENRT_PERD_ID,-999) = nvl(l_ENRT_PERD_ID , -999) and
18463: nvl(SER2.FORMULA_ID,-999) = nvl(l_FORMULA_ID , -999) and
18464: SER2.business_group_id = c_business_group_id

Line 18604: (p_base_table_name => 'BEN_SCHEDD_ENRT_RL_F',

18600: if c_find_SER_in_target%found then
18601: --
18602: --TEMPIK
18603: l_dt_rec_found := dt_api.check_min_max_dates
18604: (p_base_table_name => 'BEN_SCHEDD_ENRT_RL_F',
18605: p_base_key_column => 'SCHEDD_ENRT_RL_ID',
18606: p_base_key_value => l_new_value,
18607: p_from_date => l_min_esd,
18608: p_to_date => l_max_eed );

Line 18663: hr_utility.set_location(' BEN_SCHEDD_ENRT_RL_F CREATE_SCHEDD_ENROLLMENT_RL ',20);

18659: end if;
18660:
18661: if l_first_rec and not l_update then
18662: -- Call Create routine.
18663: hr_utility.set_location(' BEN_SCHEDD_ENRT_RL_F CREATE_SCHEDD_ENROLLMENT_RL ',20);
18664: BEN_SCHEDD_ENROLLMENT_RL_API.CREATE_SCHEDD_ENROLLMENT_RL(
18665: --
18666: P_VALIDATE => false
18667: ,P_EFFECTIVE_DATE => l_effective_date

Line 18729: hr_utility.set_location(' BEN_SCHEDD_ENRT_RL_F UPDATE_SCHEDD_ENROLLMENT_RL ',30);

18725: else
18726: --
18727: -- Call Update routine for the pk_id created in prev run .
18728: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
18729: hr_utility.set_location(' BEN_SCHEDD_ENRT_RL_F UPDATE_SCHEDD_ENROLLMENT_RL ',30);
18730: --UPD START
18731: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
18732: --
18733: if l_update then