DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_SCHEDD_ENRT_RL_F

Line 18316: -- and tr.where_clause = l_BEN_SCHEDD_ENRT_RL_F

18312: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
18313: pqh_table_route tr
18314: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
18315: and cpe.table_route_id = tr.table_route_id
18316: -- and tr.where_clause = l_BEN_SCHEDD_ENRT_RL_F
18317: and tr.table_alias = l_table_alias
18318: and cpe.number_of_copies = 1 -- ADDITION
18319: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
18320: order by information1, information2; --added for bug: 5151945

Line 18354: from BEN_SCHEDD_ENRT_RL_F SER

18350: c_business_group_id number,
18351: c_new_pk_id number) is
18352: select
18353: SER.schedd_enrt_rl_id new_value
18354: from BEN_SCHEDD_ENRT_RL_F SER
18355: where
18356: nvl(SER.ENRT_PERD_ID,-999) = nvl(l_ENRT_PERD_ID,-999) and
18357: nvl(SER.FORMULA_ID,-999) = nvl(l_FORMULA_ID,-999) and
18358: SER.business_group_id = c_business_group_id

Line 18366: from BEN_SCHEDD_ENRT_RL_F SER1

18362: and effective_end_date ;
18363: --END TEMPIK
18364: /*TEMPIK
18365: and exists ( select null
18366: from BEN_SCHEDD_ENRT_RL_F SER1
18367: where
18368: nvl(SER1.ENRT_PERD_ID,-999) = nvl(l_ENRT_PERD_ID, -999) and
18369: nvl(SER1.FORMULA_ID,-999) = nvl(l_FORMULA_ID , -999) and
18370: SER1.business_group_id = c_business_group_id

Line 18373: from BEN_SCHEDD_ENRT_RL_F SER2

18369: nvl(SER1.FORMULA_ID,-999) = nvl(l_FORMULA_ID , -999) and
18370: SER1.business_group_id = c_business_group_id
18371: and SER1.effective_start_date <= c_effective_start_date )
18372: and exists ( select null
18373: from BEN_SCHEDD_ENRT_RL_F SER2
18374: where
18375: nvl(SER2.ENRT_PERD_ID,-999) = nvl(l_ENRT_PERD_ID , -999) and
18376: nvl(SER2.FORMULA_ID,-999) = nvl(l_FORMULA_ID , -999) and
18377: SER2.business_group_id = c_business_group_id

Line 18517: (p_base_table_name => 'BEN_SCHEDD_ENRT_RL_F',

18513: if c_find_SER_in_target%found then
18514: --
18515: --TEMPIK
18516: l_dt_rec_found := dt_api.check_min_max_dates
18517: (p_base_table_name => 'BEN_SCHEDD_ENRT_RL_F',
18518: p_base_key_column => 'SCHEDD_ENRT_RL_ID',
18519: p_base_key_value => l_new_value,
18520: p_from_date => l_min_esd,
18521: p_to_date => l_max_eed );

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

18572: end if;
18573:
18574: if l_first_rec and not l_update then
18575: -- Call Create routine.
18576: hr_utility.set_location(' BEN_SCHEDD_ENRT_RL_F CREATE_SCHEDD_ENROLLMENT_RL ',20);
18577: BEN_SCHEDD_ENROLLMENT_RL_API.CREATE_SCHEDD_ENROLLMENT_RL(
18578: --
18579: P_VALIDATE => false
18580: ,P_EFFECTIVE_DATE => l_effective_date

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

18638: else
18639: --
18640: -- Call Update routine for the pk_id created in prev run .
18641: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
18642: hr_utility.set_location(' BEN_SCHEDD_ENRT_RL_F UPDATE_SCHEDD_ENROLLMENT_RL ',30);
18643: --UPD START
18644: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
18645: --
18646: if l_update then