DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_DSGN_RQMT_F

Line 23790: l_GRP_RLSHP_CD ben_dsgn_rqmt_f.grp_rlshp_cd%type;

23786: --
23787: l_OIPL_ID number;
23788: l_OPT_ID number;
23789: l_PL_ID number;
23790: l_GRP_RLSHP_CD ben_dsgn_rqmt_f.grp_rlshp_cd%type;
23791: l_DSGN_TYP_CD ben_dsgn_rqmt_f.dsgn_typ_cd%type;
23792: cursor c_unique_DDR(l_table_alias varchar2) is
23793: select distinct cpe.information1,
23794: cpe.information2,

Line 23791: l_DSGN_TYP_CD ben_dsgn_rqmt_f.dsgn_typ_cd%type;

23787: l_OIPL_ID number;
23788: l_OPT_ID number;
23789: l_PL_ID number;
23790: l_GRP_RLSHP_CD ben_dsgn_rqmt_f.grp_rlshp_cd%type;
23791: l_DSGN_TYP_CD ben_dsgn_rqmt_f.dsgn_typ_cd%type;
23792: cursor c_unique_DDR(l_table_alias varchar2) is
23793: select distinct cpe.information1,
23794: cpe.information2,
23795: cpe.information3,

Line 23801: -- and tr.where_clause = l_BEN_DSGN_RQMT_F

23797: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
23798: pqh_table_route tr
23799: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
23800: and cpe.table_route_id = tr.table_route_id
23801: -- and tr.where_clause = l_BEN_DSGN_RQMT_F
23802: and tr.table_alias = l_table_alias
23803: and cpe.number_of_copies = 1 -- ADDITION
23804: group by cpe.information1,cpe.information2,cpe.information3,cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
23805: order by information1, information2; --added for bug: 5151945

Line 23839: from BEN_DSGN_RQMT_F DDR

23835: c_business_group_id number,
23836: c_new_pk_id number) is
23837: select
23838: DDR.dsgn_rqmt_id new_value
23839: from BEN_DSGN_RQMT_F DDR
23840: where
23841: nvl(DDR.OIPL_ID,-999) = nvl(l_OIPL_ID,-999) and
23842: nvl(DDR.OPT_ID,-999) = nvl(l_OPT_ID,-999) and
23843: nvl(DDR.PL_ID,-999) = nvl(l_PL_ID,-999) and

Line 23854: from BEN_DSGN_RQMT_F DDR1

23850: and effective_end_date ;
23851: --END TEMPIK
23852: /*
23853: and exists ( select null
23854: from BEN_DSGN_RQMT_F DDR1
23855: where
23856: nvl(DDR1.OIPL_ID,-999) = nvl(l_OIPL_ID,-999) and
23857: nvl(DDR1.OPT_ID,-999) = nvl(l_OPT_ID,-999) and
23858: nvl(DDR1.PL_ID,-999) = nvl(l_PL_ID,-999) and

Line 23864: from BEN_DSGN_RQMT_F DDR2

23860: nvl(DDR1.DSGN_TYP_CD,-999) = nvl(l_DSGN_TYP_CD,-999) and
23861: DDR1.business_group_id = c_business_group_id
23862: and DDR1.effective_start_date <= c_effective_start_date )
23863: and exists ( select null
23864: from BEN_DSGN_RQMT_F DDR2
23865: where
23866: nvl(DDR2.OIPL_ID,-999) = nvl(l_OIPL_ID,-999) and
23867: nvl(DDR2.OPT_ID,-999) = nvl(l_OPT_ID,-999) and
23868: nvl(DDR2.PL_ID,-999) = nvl(l_PL_ID,-999) and

Line 24016: (p_base_table_name => 'BEN_DSGN_RQMT_F',

24012: if c_find_DDR_in_target%found then
24013: --
24014: --TEMPIK
24015: l_dt_rec_found := dt_api.check_min_max_dates
24016: (p_base_table_name => 'BEN_DSGN_RQMT_F',
24017: p_base_key_column => 'DSGN_RQMT_ID',
24018: p_base_key_value => l_new_value,
24019: p_from_date => l_min_esd,
24020: p_to_date => l_max_eed );

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

24071: end if;
24072:
24073: if l_first_rec and not l_update then
24074: -- Call Create routine.
24075: hr_utility.set_location(' BEN_DSGN_RQMT_F CREATE_DESIGN_RQMT ',20);
24076: BEN_DESIGN_RQMT_API.CREATE_DESIGN_RQMT(
24077: --
24078: P_VALIDATE => false
24079: ,P_EFFECTIVE_DATE => l_effective_date

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

24144: else
24145: --
24146: -- Call Update routine for the pk_id created in prev run .
24147: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
24148: hr_utility.set_location(' BEN_DSGN_RQMT_F UPDATE_DESIGN_RQMT ',30);
24149: --UPD START
24150: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
24151: --
24152: if l_update then