DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_ACRS_PTIP_CVG_F

Line 26802: -- and tr.where_clause = l_BEN_ACRS_PTIP_CVG_F

26798: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
26799: pqh_table_route tr
26800: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
26801: and cpe.table_route_id = tr.table_route_id
26802: -- and tr.where_clause = l_BEN_ACRS_PTIP_CVG_F
26803: and tr.table_alias = l_table_alias
26804: and cpe.number_of_copies = 1 -- ADDITION
26805: group by cpe.information1,cpe.information2,cpe.information3, cpe.information170, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
26806: order by information1, information2; --added for bug: 5151945

Line 26840: from BEN_ACRS_PTIP_CVG_F ACP

26836: c_business_group_id number,
26837: c_new_pk_id number) is
26838: select
26839: ACP.acrs_ptip_cvg_id new_value
26840: from BEN_ACRS_PTIP_CVG_F ACP
26841: where ACP.name = c_ACP_name and
26842: -- nvl(ACP.PGM_ID,-999) = nvl(l_PGM_ID,-999) and
26843: ACP.business_group_id = c_business_group_id
26844: and ACP.acrs_ptip_cvg_id <> c_new_pk_id

Line 26851: from BEN_ACRS_PTIP_CVG_F ACP1

26847: and effective_end_date ;
26848: --END TEMPIK
26849: /*
26850: and exists ( select null
26851: from BEN_ACRS_PTIP_CVG_F ACP1
26852: where ACP1.name = c_ACP_name and
26853: -- nvl(ACP1.PGM_ID,-999) = nvl(l_PGM_ID,-999) and
26854: ACP1.business_group_id = c_business_group_id
26855: and ACP1.effective_start_date <= c_effective_start_date )

Line 26857: from BEN_ACRS_PTIP_CVG_F ACP2

26853: -- nvl(ACP1.PGM_ID,-999) = nvl(l_PGM_ID,-999) and
26854: ACP1.business_group_id = c_business_group_id
26855: and ACP1.effective_start_date <= c_effective_start_date )
26856: and exists ( select null
26857: from BEN_ACRS_PTIP_CVG_F ACP2
26858: where ACP2.name = c_ACP_name and
26859: -- nvl(ACP2.PGM_ID,-999) = nvl(l_PGM_ID,-999) and
26860: ACP2.business_group_id = c_business_group_id
26861: and ACP2.effective_end_date >= c_effective_end_date )

Line 27003: (p_base_table_name => 'BEN_ACRS_PTIP_CVG_F',

26999: if c_find_ACP_in_target%found then
27000: --
27001: --TEMPIK
27002: l_dt_rec_found := dt_api.check_min_max_dates
27003: (p_base_table_name => 'BEN_ACRS_PTIP_CVG_F',
27004: p_base_key_column => 'ACRS_PTIP_CVG_ID',
27005: p_base_key_value => l_new_value,
27006: p_from_date => l_min_esd,
27007: p_to_date => l_max_eed );

Line 27054: ben_pd_copy_to_ben_one.ben_chk_col_len('NAME' ,'BEN_ACRS_PTIP_CVG_F',l_prefix || r_ACP.information170 || l_suffix);

27050: l_first_rec := true ;
27051: --
27052: end if ;
27053: --
27054: ben_pd_copy_to_ben_one.ben_chk_col_len('NAME' ,'BEN_ACRS_PTIP_CVG_F',l_prefix || r_ACP.information170 || l_suffix);
27055: --
27056:
27057: l_effective_date := r_ACP.information2;
27058: if ( ben_pd_copy_to_ben_one.g_copy_effective_date is not null and

Line 27065: hr_utility.set_location(' BEN_ACRS_PTIP_CVG_F CREATE_ACRS_PTIP_CVG ',20);

27061: end if;
27062:
27063: if l_first_rec and not l_update then
27064: -- Call Create routine.
27065: hr_utility.set_location(' BEN_ACRS_PTIP_CVG_F CREATE_ACRS_PTIP_CVG ',20);
27066: BEN_ACRS_PTIP_CVG_API.CREATE_ACRS_PTIP_CVG(
27067: --
27068: P_VALIDATE => false
27069: ,P_EFFECTIVE_DATE => l_effective_date

Line 27133: hr_utility.set_location(' BEN_ACRS_PTIP_CVG_F UPDATE_ACRS_PTIP_CVG ',30);

27129: else
27130: --
27131: -- Call Update routine for the pk_id created in prev run .
27132: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
27133: hr_utility.set_location(' BEN_ACRS_PTIP_CVG_F UPDATE_ACRS_PTIP_CVG ',30);
27134: --UPD START
27135: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
27136: --
27137: if l_update then