DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_DSGN_RQMT_F

Line 23688: l_GRP_RLSHP_CD ben_dsgn_rqmt_f.grp_rlshp_cd%type;

23684: --
23685: l_OIPL_ID number;
23686: l_OPT_ID number;
23687: l_PL_ID number;
23688: l_GRP_RLSHP_CD ben_dsgn_rqmt_f.grp_rlshp_cd%type;
23689: l_DSGN_TYP_CD ben_dsgn_rqmt_f.dsgn_typ_cd%type;
23690: cursor c_unique_DDR(l_table_alias varchar2) is
23691: select distinct cpe.information1,
23692: cpe.information2,

Line 23689: l_DSGN_TYP_CD ben_dsgn_rqmt_f.dsgn_typ_cd%type;

23685: l_OIPL_ID number;
23686: l_OPT_ID number;
23687: l_PL_ID number;
23688: l_GRP_RLSHP_CD ben_dsgn_rqmt_f.grp_rlshp_cd%type;
23689: l_DSGN_TYP_CD ben_dsgn_rqmt_f.dsgn_typ_cd%type;
23690: cursor c_unique_DDR(l_table_alias varchar2) is
23691: select distinct cpe.information1,
23692: cpe.information2,
23693: cpe.information3,

Line 23699: -- and tr.where_clause = l_BEN_DSGN_RQMT_F

23695: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
23696: pqh_table_route tr
23697: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
23698: and cpe.table_route_id = tr.table_route_id
23699: -- and tr.where_clause = l_BEN_DSGN_RQMT_F
23700: and tr.table_alias = l_table_alias
23701: and cpe.number_of_copies = 1 -- ADDITION
23702: group by cpe.information1,cpe.information2,cpe.information3,cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
23703: order by information1, information2; --added for bug: 5151945

Line 23737: from BEN_DSGN_RQMT_F DDR

23733: c_business_group_id number,
23734: c_new_pk_id number) is
23735: select
23736: DDR.dsgn_rqmt_id new_value
23737: from BEN_DSGN_RQMT_F DDR
23738: where
23739: nvl(DDR.OIPL_ID,-999) = nvl(l_OIPL_ID,-999) and
23740: nvl(DDR.OPT_ID,-999) = nvl(l_OPT_ID,-999) and
23741: nvl(DDR.PL_ID,-999) = nvl(l_PL_ID,-999) and

Line 23752: from BEN_DSGN_RQMT_F DDR1

23748: and effective_end_date ;
23749: --END TEMPIK
23750: /*
23751: and exists ( select null
23752: from BEN_DSGN_RQMT_F DDR1
23753: where
23754: nvl(DDR1.OIPL_ID,-999) = nvl(l_OIPL_ID,-999) and
23755: nvl(DDR1.OPT_ID,-999) = nvl(l_OPT_ID,-999) and
23756: nvl(DDR1.PL_ID,-999) = nvl(l_PL_ID,-999) and

Line 23762: from BEN_DSGN_RQMT_F DDR2

23758: nvl(DDR1.DSGN_TYP_CD,-999) = nvl(l_DSGN_TYP_CD,-999) and
23759: DDR1.business_group_id = c_business_group_id
23760: and DDR1.effective_start_date <= c_effective_start_date )
23761: and exists ( select null
23762: from BEN_DSGN_RQMT_F DDR2
23763: where
23764: nvl(DDR2.OIPL_ID,-999) = nvl(l_OIPL_ID,-999) and
23765: nvl(DDR2.OPT_ID,-999) = nvl(l_OPT_ID,-999) and
23766: nvl(DDR2.PL_ID,-999) = nvl(l_PL_ID,-999) and

Line 23914: (p_base_table_name => 'BEN_DSGN_RQMT_F',

23910: if c_find_DDR_in_target%found then
23911: --
23912: --TEMPIK
23913: l_dt_rec_found := dt_api.check_min_max_dates
23914: (p_base_table_name => 'BEN_DSGN_RQMT_F',
23915: p_base_key_column => 'DSGN_RQMT_ID',
23916: p_base_key_value => l_new_value,
23917: p_from_date => l_min_esd,
23918: p_to_date => l_max_eed );

Line 23973: hr_utility.set_location(' BEN_DSGN_RQMT_F CREATE_DESIGN_RQMT ',20);

23969: end if;
23970:
23971: if l_first_rec and not l_update then
23972: -- Call Create routine.
23973: hr_utility.set_location(' BEN_DSGN_RQMT_F CREATE_DESIGN_RQMT ',20);
23974: BEN_DESIGN_RQMT_API.CREATE_DESIGN_RQMT(
23975: --
23976: P_VALIDATE => false
23977: ,P_EFFECTIVE_DATE => l_effective_date

Line 24046: hr_utility.set_location(' BEN_DSGN_RQMT_F UPDATE_DESIGN_RQMT ',30);

24042: else
24043: --
24044: -- Call Update routine for the pk_id created in prev run .
24045: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
24046: hr_utility.set_location(' BEN_DSGN_RQMT_F UPDATE_DESIGN_RQMT ',30);
24047: --UPD START
24048: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
24049: --
24050: if l_update then