DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_OPTIP_F

Line 24932: -- and tr.where_clause = l_BEN_OPTIP_F

24928: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
24929: pqh_table_route tr
24930: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
24931: and cpe.table_route_id = tr.table_route_id
24932: -- and tr.where_clause = l_BEN_OPTIP_F
24933: and tr.table_alias = l_table_alias
24934: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
24935: order by information1, information2; --added for bug: 5151945
24936: --

Line 24969: from BEN_OPTIP_F OTP

24965: c_business_group_id number,
24966: c_new_pk_id number) is
24967: select
24968: OTP.optip_id new_value
24969: from BEN_OPTIP_F OTP
24970: where
24971: -- nvl(OTP.CMBN_PTIP_OPT_ID,-999) = nvl(l_CMBN_PTIP_OPT_ID,-999) and
24972: OTP.OPT_ID = l_OPT_ID and
24973: OTP.PGM_ID = l_PGM_ID and

Line 24984: from BEN_OPTIP_F OTP1

24980: and effective_end_date ;
24981: --END TEMPIK
24982: /*
24983: and exists ( select null
24984: from BEN_OPTIP_F OTP1
24985: where
24986: -- nvl(OTP1.CMBN_PTIP_OPT_ID,-999) = nvl(l_CMBN_PTIP_OPT_ID,-999) and
24987: OTP1.OPT_ID = l_OPT_ID and
24988: OTP1.PGM_ID = l_PGM_ID and

Line 24994: from BEN_OPTIP_F OTP2

24990: -- nvl(OTP1.PTIP_ID,-999) = nvl(l_PTIP_ID,-999) and
24991: OTP1.business_group_id = c_business_group_id
24992: and OTP1.effective_start_date <= c_effective_start_date )
24993: and exists ( select null
24994: from BEN_OPTIP_F OTP2
24995: where
24996: -- nvl(OTP2.CMBN_PTIP_OPT_ID,-999) = nvl(l_CMBN_PTIP_OPT_ID,-999) and
24997: OTP2.OPT_ID = l_OPT_ID and
24998: OTP2.PGM_ID = l_PGM_ID and

Line 25090: (p_base_table_name => 'BEN_OPTIP_F',

25086: if c_find_OTP_in_target%found then
25087: --
25088: --TEMPIK
25089: l_dt_rec_found := dt_api.check_min_max_dates
25090: (p_base_table_name => 'BEN_OPTIP_F',
25091: p_base_key_column => 'OPTIP_ID',
25092: p_base_key_value => l_new_value,
25093: p_from_date => l_min_esd,
25094: p_to_date => l_max_eed );

Line 25149: hr_utility.set_location(' BEN_OPTIP_F CREATE_OPT_PLTYP_IN_PGM ',20);

25145: end if;
25146:
25147: if l_first_rec then
25148: -- Call Create routine.
25149: hr_utility.set_location(' BEN_OPTIP_F CREATE_OPT_PLTYP_IN_PGM ',20);
25150: BEN_OPT_PLTYP_IN_PGM_API.CREATE_OPT_PLTYP_IN_PGM(
25151: --
25152: P_VALIDATE => false
25153: ,P_EFFECTIVE_DATE => l_effective_date

Line 25217: hr_utility.set_location(' BEN_OPTIP_F UPDATE_OPT_PLTYP_IN_PGM ',30);

25213: else
25214: --
25215: -- Call Update routine for the pk_id created in prev run .
25216: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
25217: hr_utility.set_location(' BEN_OPTIP_F UPDATE_OPT_PLTYP_IN_PGM ',30);
25218: BEN_OPT_PLTYP_IN_PGM_API.UPDATE_OPT_PLTYP_IN_PGM(
25219: --
25220: P_VALIDATE => false
25221: ,P_EFFECTIVE_DATE => l_effective_date