DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_TBCO_USE_PRTE_F

Line 29154: l_USES_TBCO_FLAG ben_elig_tbco_use_prte_f.uses_tbco_flag%type;

29150: ,p_prefix_suffix_cd in varchar2 default null
29151: ) is
29152: --
29153: l_ELIGY_PRFL_ID number;
29154: l_USES_TBCO_FLAG ben_elig_tbco_use_prte_f.uses_tbco_flag%type;
29155:
29156: cursor c_unique_ETU(l_table_alias varchar2) is
29157: select distinct cpe.information1,
29158: cpe.information2,

Line 29165: -- and tr.where_clause = l_BEN_ELIG_TBCO_USE_PRTE_F

29161: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
29162: pqh_table_route tr
29163: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
29164: and cpe.table_route_id = tr.table_route_id
29165: -- and tr.where_clause = l_BEN_ELIG_TBCO_USE_PRTE_F
29166: and tr.table_alias = l_table_alias
29167: and cpe.number_of_copies = 1 -- ADDITION
29168: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
29169: order by information1, information2; --added for bug: 5151945

Line 29203: from BEN_ELIG_TBCO_USE_PRTE_F ETU

29199: c_business_group_id number,
29200: c_new_pk_id number) is
29201: select
29202: ETU.elig_tbco_use_prte_id new_value
29203: from BEN_ELIG_TBCO_USE_PRTE_F ETU
29204: where
29205: ETU.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
29206: ETU.USES_TBCO_FLAG = l_USES_TBCO_FLAG and
29207: ETU.business_group_id = c_business_group_id

Line 29214: from BEN_ELIG_TBCO_USE_PRTE_F ETU1

29210: and effective_end_date ;
29211: --END TEMPIK
29212: /*TEMPIK
29213: and exists ( select null
29214: from BEN_ELIG_TBCO_USE_PRTE_F ETU1
29215: where
29216: ETU1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
29217: ETU1.USES_TBCO_FLAG = l_USES_TBCO_FLAG and
29218: ETU1.business_group_id = c_business_group_id

Line 29221: from BEN_ELIG_TBCO_USE_PRTE_F ETU2

29217: ETU1.USES_TBCO_FLAG = l_USES_TBCO_FLAG and
29218: ETU1.business_group_id = c_business_group_id
29219: and ETU1.effective_start_date <= c_effective_start_date )
29220: and exists ( select null
29221: from BEN_ELIG_TBCO_USE_PRTE_F ETU2
29222: where
29223: ETU2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
29224: ETU2.USES_TBCO_FLAG = l_USES_TBCO_FLAG and
29225: ETU2.business_group_id = c_business_group_id

Line 29376: (p_base_table_name => 'BEN_ELIG_TBCO_USE_PRTE_F',

29372: if c_find_ETU_in_target%found then
29373: --
29374: --TEMPIK
29375: l_dt_rec_found := dt_api.check_min_max_dates
29376: (p_base_table_name => 'BEN_ELIG_TBCO_USE_PRTE_F',
29377: p_base_key_column => 'ELIG_TBCO_USE_PRTE_ID',
29378: p_base_key_value => l_new_value,
29379: p_from_date => l_min_esd,
29380: p_to_date => l_max_eed );

Line 29436: hr_utility.set_location(' BEN_ELIG_TBCO_USE_PRTE_F CREATE_ELIG_TBCO_USE_PRTE ',20);

29432: end if;
29433:
29434: if l_first_rec and not l_update then
29435: -- Call Create routine.
29436: hr_utility.set_location(' BEN_ELIG_TBCO_USE_PRTE_F CREATE_ELIG_TBCO_USE_PRTE ',20);
29437: BEN_ELIG_TBCO_USE_PRTE_API.CREATE_ELIG_TBCO_USE_PRTE(
29438: --
29439: P_VALIDATE => false
29440: ,P_EFFECTIVE_DATE => l_effective_date

Line 29509: hr_utility.set_location(' BEN_ELIG_TBCO_USE_PRTE_F UPDATE_ELIG_TBCO_USE_PRTE ',30);

29505: else
29506: --
29507: -- Call Update routine for the pk_id created in prev run .
29508: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
29509: hr_utility.set_location(' BEN_ELIG_TBCO_USE_PRTE_F UPDATE_ELIG_TBCO_USE_PRTE ',30);
29510: --UPD START
29511: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
29512: --
29513: if l_update then