DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_LBR_MMBR_PRTE_F

Line 8378: -- and tr.where_clause = l_BEN_ELIG_LBR_MMBR_PRTE_F

8374: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
8375: pqh_table_route tr
8376: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
8377: and cpe.table_route_id = tr.table_route_id
8378: -- and tr.where_clause = l_BEN_ELIG_LBR_MMBR_PRTE_F
8379: and tr.table_alias = l_table_alias
8380: and cpe.number_of_copies = 1 -- ADDITION
8381: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
8382: order by information1, information2; --added for bug: 5151945

Line 8416: from BEN_ELIG_LBR_MMBR_PRTE_F ELU

8412: c_business_group_id number,
8413: c_new_pk_id number) is
8414: select
8415: ELU.elig_lbr_mmbr_prte_id new_value
8416: from BEN_ELIG_LBR_MMBR_PRTE_F ELU
8417: where
8418: ELU.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
8419: ELU.LBR_MMBR_FLAG = l_LBR_MMBR_FLAG and -- IK Added
8420: ELU.business_group_id = c_business_group_id

Line 8427: from BEN_ELIG_LBR_MMBR_PRTE_F ELU1

8423: and effective_end_date ;
8424: --END TEMPIK
8425: /*TEMPIK
8426: and exists ( select null
8427: from BEN_ELIG_LBR_MMBR_PRTE_F ELU1
8428: where
8429: ELU1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
8430: ELU1.LBR_MMBR_FLAG = l_LBR_MMBR_FLAG and
8431: ELU1.business_group_id = c_business_group_id

Line 8434: from BEN_ELIG_LBR_MMBR_PRTE_F ELU2

8430: ELU1.LBR_MMBR_FLAG = l_LBR_MMBR_FLAG and
8431: ELU1.business_group_id = c_business_group_id
8432: and ELU1.effective_start_date <= c_effective_start_date )
8433: and exists ( select null
8434: from BEN_ELIG_LBR_MMBR_PRTE_F ELU2
8435: where
8436: ELU2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
8437: ELU2.LBR_MMBR_FLAG = l_LBR_MMBR_FLAG and
8438: ELU2.business_group_id = c_business_group_id

Line 8587: (p_base_table_name => 'BEN_ELIG_LBR_MMBR_PRTE_F',

8583: if c_find_ELU_in_target%found then
8584: --
8585: --TEMPIK
8586: l_dt_rec_found := dt_api.check_min_max_dates
8587: (p_base_table_name => 'BEN_ELIG_LBR_MMBR_PRTE_F',
8588: p_base_key_column => 'ELIG_LBR_MMBR_PRTE_ID',
8589: p_base_key_value => l_new_value,
8590: p_from_date => l_min_esd,
8591: p_to_date => l_max_eed );

Line 8647: hr_utility.set_location(' BEN_ELIG_LBR_MMBR_PRTE_F CREATE_ELIG_LBR_MMBR_PRTE ',20);

8643: end if;
8644:
8645: if l_first_rec and not l_update then
8646: -- Call Create routine.
8647: hr_utility.set_location(' BEN_ELIG_LBR_MMBR_PRTE_F CREATE_ELIG_LBR_MMBR_PRTE ',20);
8648: BEN_ELIG_LBR_MMBR_PRTE_API.CREATE_ELIG_LBR_MMBR_PRTE(
8649: --
8650: P_VALIDATE => false
8651: ,P_EFFECTIVE_DATE => l_effective_date

Line 8720: hr_utility.set_location(' BEN_ELIG_LBR_MMBR_PRTE_F UPDATE_ELIG_LBR_MMBR_PRTE ',30);

8716: else
8717: --
8718: -- Call Update routine for the pk_id created in prev run .
8719: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
8720: hr_utility.set_location(' BEN_ELIG_LBR_MMBR_PRTE_F UPDATE_ELIG_LBR_MMBR_PRTE ',30);
8721: --UPD START
8722: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
8723: --
8724: if l_update then