DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_LEE_RSN_RL_F

Line 18779: -- and tr.where_clause = l_BEN_LEE_RSN_RL_F

18775: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
18776: pqh_table_route tr
18777: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
18778: and cpe.table_route_id = tr.table_route_id
18779: -- and tr.where_clause = l_BEN_LEE_RSN_RL_F
18780: and tr.table_alias = l_table_alias
18781: and cpe.number_of_copies = 1 -- ADDITION
18782: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
18783: order by information1, information2; --added for bug: 5151945

Line 18817: from BEN_LEE_RSN_RL_F LRR

18813: c_business_group_id number,
18814: c_new_pk_id number) is
18815: select
18816: LRR.lee_rsn_rl_id new_value
18817: from BEN_LEE_RSN_RL_F LRR
18818: where
18819: nvl(LRR.FORMULA_ID,-999) = nvl(l_FORMULA_ID,-999) and
18820: nvl(LRR.LEE_RSN_ID,-999) = nvl(l_LEE_RSN_ID,-999) and
18821: LRR.business_group_id = c_business_group_id

Line 18829: from BEN_LEE_RSN_RL_F LRR1

18825: and effective_end_date ;
18826: --END TEMPIK
18827: /*TEMPIK
18828: and exists ( select null
18829: from BEN_LEE_RSN_RL_F LRR1
18830: where
18831: nvl(LRR1.FORMULA_ID,-999) = nvl(l_FORMULA_ID,-999) and
18832: nvl(LRR1.LEE_RSN_ID,-999) = nvl(l_LEE_RSN_ID,-999) and
18833: LRR1.business_group_id = c_business_group_id

Line 18836: from BEN_LEE_RSN_RL_F LRR2

18832: nvl(LRR1.LEE_RSN_ID,-999) = nvl(l_LEE_RSN_ID,-999) and
18833: LRR1.business_group_id = c_business_group_id
18834: and LRR1.effective_start_date <= c_effective_start_date )
18835: and exists ( select null
18836: from BEN_LEE_RSN_RL_F LRR2
18837: where
18838: nvl(LRR2.FORMULA_ID,-999) = nvl(l_FORMULA_ID,-999) and
18839: nvl(LRR2.LEE_RSN_ID,-999) = nvl(l_LEE_RSN_ID,-999) and
18840: LRR2.business_group_id = c_business_group_id

Line 18980: (p_base_table_name => 'BEN_LEE_RSN_RL_F',

18976: if c_find_LRR_in_target%found then
18977: --
18978: --TEMPIK
18979: l_dt_rec_found := dt_api.check_min_max_dates
18980: (p_base_table_name => 'BEN_LEE_RSN_RL_F',
18981: p_base_key_column => 'LEE_RSN_RL_ID',
18982: p_base_key_value => l_new_value,
18983: p_from_date => l_min_esd,
18984: p_to_date => l_max_eed );

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

19035: end if;
19036:
19037: if l_first_rec and not l_update then
19038: -- Call Create routine.
19039: hr_utility.set_location(' BEN_LEE_RSN_RL_F CREATE_LEE_RSN_RL ',20);
19040: BEN_LEE_RSN_RL_API.CREATE_LEE_RSN_RL(
19041: --
19042: P_VALIDATE => false
19043: ,P_EFFECTIVE_DATE => l_effective_date

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

19101: else
19102: --
19103: -- Call Update routine for the pk_id created in prev run .
19104: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
19105: hr_utility.set_location(' BEN_LEE_RSN_RL_F UPDATE_LEE_RSN_RL ',30);
19106: --UPD START
19107: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
19108: --
19109: if l_update then