DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_OIPL_F

Line 23253: -- and tr.where_clause = l_BEN_OIPL_F

23249: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
23250: pqh_table_route tr
23251: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
23252: and cpe.table_route_id = tr.table_route_id
23253: -- and tr.where_clause = l_BEN_OIPL_F
23254: and tr.table_alias = l_table_alias
23255: and cpe.number_of_copies = 1 -- ADDITION
23256: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
23257: ORDER BY cpe.information1,cpe.information2; -- 5122908. Records need to be created ordered on effective date.

Line 23291: from BEN_OIPL_F COP

23287: c_business_group_id number,
23288: c_new_pk_id number) is
23289: select
23290: COP.oipl_id new_value
23291: from BEN_OIPL_F COP
23292: where
23293: COP.OPT_ID = l_OPT_ID and
23294: COP.PL_ID = l_PL_ID and
23295: nvl(COP.ACTL_PREM_ID,-999) = nvl(l_ACTL_PREM_ID,-999) and

Line 23304: from BEN_OIPL_F COP1

23300: and effective_end_date ;
23301: --END TEMPIK
23302: /*
23303: and exists ( select null
23304: from BEN_OIPL_F COP1
23305: where
23306: COP1.OPT_ID = l_OPT_ID and
23307: COP1.PL_ID = l_PL_ID and
23308: nvl(COP1.ACTL_PREM_ID,-999) = nvl(l_ACTL_PREM_ID,-999) and

Line 23312: from BEN_OIPL_F COP2

23308: nvl(COP1.ACTL_PREM_ID,-999) = nvl(l_ACTL_PREM_ID,-999) and
23309: COP1.business_group_id = c_business_group_id
23310: and COP1.effective_start_date <= c_effective_start_date )
23311: and exists ( select null
23312: from BEN_OIPL_F COP2
23313: where
23314: COP2.OPT_ID = l_OPT_ID and
23315: COP2.PL_ID = l_PL_ID and
23316: nvl(COP2.ACTL_PREM_ID,-999) = nvl(l_ACTL_PREM_ID,-999) and

Line 23469: (p_base_table_name => 'BEN_OIPL_F',

23465: if c_find_COP_in_target%found then
23466: --
23467: --TEMPIK
23468: l_dt_rec_found := dt_api.check_min_max_dates
23469: (p_base_table_name => 'BEN_OIPL_F',
23470: p_base_key_column => 'OIPL_ID',
23471: p_base_key_value => l_new_value,
23472: p_from_date => l_min_esd,
23473: p_to_date => l_max_eed );

Line 23528: hr_utility.set_location(' BEN_OIPL_F CREATE_OPTION_IN_PLAN ',20);

23524: end if;
23525:
23526: if l_first_rec and not l_update then
23527: -- Call Create routine.
23528: hr_utility.set_location(' BEN_OIPL_F CREATE_OPTION_IN_PLAN ',20);
23529: BEN_OPTION_IN_PLAN_API.CREATE_OPTION_IN_PLAN(
23530: --
23531: P_VALIDATE => false
23532: ,P_EFFECTIVE_DATE => l_effective_date

Line 23627: hr_utility.set_location(' BEN_OIPL_F UPDATE_OPTION_IN_PLAN ',30);

23623: else
23624: --
23625: -- Call Update routine for the pk_id created in prev run .
23626: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
23627: hr_utility.set_location(' BEN_OIPL_F UPDATE_OPTION_IN_PLAN ',30);
23628: --UPD START
23629: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
23630: --
23631: if l_update then

Line 24827: -- NEVER CREATE HERE. THIS IS DONE IN BEN_PLIP_F and BEN_OIPL_F apis.

24823: -- end if ;
24824: --
24825: close c_OPP_min_max_dates ;
24826: --
24827: -- NEVER CREATE HERE. THIS IS DONE IN BEN_PLIP_F and BEN_OIPL_F apis.
24828: /*
24829: if not l_object_found_in_target then
24830: --
24831: l_current_pk_id := r_OPP.information1;

Line 25223: -- NEVER CREATE HERE. THIS IS DONE IN BEN_OIPL_F, BEN_PLIP_F, BEN_OPT_F and BEN_PTIP_F apis.

25219: end if;
25220: -- end if ;
25221: --
25222: close c_OTP_min_max_dates ;
25223: -- NEVER CREATE HERE. THIS IS DONE IN BEN_OIPL_F, BEN_PLIP_F, BEN_OPT_F and BEN_PTIP_F apis.
25224: /*
25225: if not l_object_found_in_target then
25226: --
25227: l_current_pk_id := r_OTP.information1;