DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_LEE_RSN_RL_F

Line 18866: -- and tr.where_clause = l_BEN_LEE_RSN_RL_F

18862: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
18863: pqh_table_route tr
18864: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
18865: and cpe.table_route_id = tr.table_route_id
18866: -- and tr.where_clause = l_BEN_LEE_RSN_RL_F
18867: and tr.table_alias = l_table_alias
18868: and cpe.number_of_copies = 1 -- ADDITION
18869: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
18870: order by information1, information2; --added for bug: 5151945

Line 18904: from BEN_LEE_RSN_RL_F LRR

18900: c_business_group_id number,
18901: c_new_pk_id number) is
18902: select
18903: LRR.lee_rsn_rl_id new_value
18904: from BEN_LEE_RSN_RL_F LRR
18905: where
18906: nvl(LRR.FORMULA_ID,-999) = nvl(l_FORMULA_ID,-999) and
18907: nvl(LRR.LEE_RSN_ID,-999) = nvl(l_LEE_RSN_ID,-999) and
18908: LRR.business_group_id = c_business_group_id

Line 18916: from BEN_LEE_RSN_RL_F LRR1

18912: and effective_end_date ;
18913: --END TEMPIK
18914: /*TEMPIK
18915: and exists ( select null
18916: from BEN_LEE_RSN_RL_F LRR1
18917: where
18918: nvl(LRR1.FORMULA_ID,-999) = nvl(l_FORMULA_ID,-999) and
18919: nvl(LRR1.LEE_RSN_ID,-999) = nvl(l_LEE_RSN_ID,-999) and
18920: LRR1.business_group_id = c_business_group_id

Line 18923: from BEN_LEE_RSN_RL_F LRR2

18919: nvl(LRR1.LEE_RSN_ID,-999) = nvl(l_LEE_RSN_ID,-999) and
18920: LRR1.business_group_id = c_business_group_id
18921: and LRR1.effective_start_date <= c_effective_start_date )
18922: and exists ( select null
18923: from BEN_LEE_RSN_RL_F LRR2
18924: where
18925: nvl(LRR2.FORMULA_ID,-999) = nvl(l_FORMULA_ID,-999) and
18926: nvl(LRR2.LEE_RSN_ID,-999) = nvl(l_LEE_RSN_ID,-999) and
18927: LRR2.business_group_id = c_business_group_id

Line 19067: (p_base_table_name => 'BEN_LEE_RSN_RL_F',

19063: if c_find_LRR_in_target%found then
19064: --
19065: --TEMPIK
19066: l_dt_rec_found := dt_api.check_min_max_dates
19067: (p_base_table_name => 'BEN_LEE_RSN_RL_F',
19068: p_base_key_column => 'LEE_RSN_RL_ID',
19069: p_base_key_value => l_new_value,
19070: p_from_date => l_min_esd,
19071: p_to_date => l_max_eed );

Line 19126: hr_utility.set_location(' BEN_LEE_RSN_RL_F CREATE_LEE_RSN_RL ',20);

19122: end if;
19123:
19124: if l_first_rec and not l_update then
19125: -- Call Create routine.
19126: hr_utility.set_location(' BEN_LEE_RSN_RL_F CREATE_LEE_RSN_RL ',20);
19127: BEN_LEE_RSN_RL_API.CREATE_LEE_RSN_RL(
19128: --
19129: P_VALIDATE => false
19130: ,P_EFFECTIVE_DATE => l_effective_date

Line 19192: hr_utility.set_location(' BEN_LEE_RSN_RL_F UPDATE_LEE_RSN_RL ',30);

19188: else
19189: --
19190: -- Call Update routine for the pk_id created in prev run .
19191: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
19192: hr_utility.set_location(' BEN_LEE_RSN_RL_F UPDATE_LEE_RSN_RL ',30);
19193: --UPD START
19194: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
19195: --
19196: if l_update then