DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_OIPLIP_F

Line 24540: -- and tr.where_clause = l_BEN_OIPLIP_F

24536: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
24537: pqh_table_route tr
24538: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
24539: and cpe.table_route_id = tr.table_route_id
24540: -- and tr.where_clause = l_BEN_OIPLIP_F
24541: and tr.table_alias = l_table_alias
24542: and cpe.number_of_copies = 1 -- ADDITION
24543: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
24544: order by information1, information2; --added for bug: 5151945

Line 24578: from BEN_OIPLIP_F OPP

24574: c_business_group_id number,
24575: c_new_pk_id number) is
24576: select
24577: OPP.oiplip_id new_value
24578: from BEN_OIPLIP_F OPP
24579: where
24580: OPP.OIPL_ID = l_OIPL_ID and
24581: OPP.PLIP_ID = l_PLIP_ID and
24582: OPP.business_group_id = c_business_group_id

Line 24590: from BEN_OIPLIP_F OPP1

24586: and effective_end_date ;
24587: --END TEMPIK
24588: /*
24589: and exists ( select null
24590: from BEN_OIPLIP_F OPP1
24591: where
24592: OPP1.OIPL_ID = l_OIPL_ID and
24593: OPP1.PLIP_ID = l_PLIP_ID and
24594: OPP1.business_group_id = c_business_group_id

Line 24597: from BEN_OIPLIP_F OPP2

24593: OPP1.PLIP_ID = l_PLIP_ID and
24594: OPP1.business_group_id = c_business_group_id
24595: and OPP1.effective_start_date <= c_effective_start_date )
24596: and exists ( select null
24597: from BEN_OIPLIP_F OPP2
24598: where
24599: OPP2.OIPL_ID = l_OIPL_ID and
24600: OPP2.PLIP_ID = l_PLIP_ID and
24601: OPP2.business_group_id = c_business_group_id

Line 24693: (p_base_table_name => 'BEN_OIPLIP_F',

24689: if c_find_OPP_in_target%found then
24690: --
24691: --TEMPIK
24692: l_dt_rec_found := dt_api.check_min_max_dates
24693: (p_base_table_name => 'BEN_OIPLIP_F',
24694: p_base_key_column => 'OIPLIP_ID',
24695: p_base_key_value => l_new_value,
24696: p_from_date => l_min_esd,
24697: p_to_date => l_max_eed );

Line 24753: hr_utility.set_location(' BEN_OIPLIP_F CREATE_OPTION_IN_PLAN_IN_PGM ',20);

24749: end if;
24750:
24751: if l_first_rec then
24752: -- Call Create routine.
24753: hr_utility.set_location(' BEN_OIPLIP_F CREATE_OPTION_IN_PLAN_IN_PGM ',20);
24754: BEN_OPTION_IN_PLAN_IN_PGM_API.CREATE_OPTION_IN_PLAN_IN_PGM(
24755: --
24756: P_VALIDATE => false
24757: ,P_EFFECTIVE_DATE => l_effective_date

Line 24818: hr_utility.set_location(' BEN_OIPLIP_F UPDATE_OPTION_IN_PLAN_IN_PGM ',30);

24814: else
24815: --
24816: -- Call Update routine for the pk_id created in prev run .
24817: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
24818: hr_utility.set_location(' BEN_OIPLIP_F UPDATE_OPTION_IN_PLAN_IN_PGM ',30);
24819: BEN_OPTION_IN_PLAN_IN_PGM_API.UPDATE_OPTION_IN_PLAN_IN_PGM(
24820: --
24821: P_VALIDATE => false
24822: ,P_EFFECTIVE_DATE => l_effective_date