DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_ONE dependencies on BEN_PSTL_ZIP_RNG_F

Line 7750: -- and tr.where_clause = l_BEN_PSTL_ZIP_RNG_F

7746: from ben_copy_entity_results cpe,
7747: pqh_table_route tr
7748: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
7749: and cpe.table_route_id = tr.table_route_id
7750: -- and tr.where_clause = l_BEN_PSTL_ZIP_RNG_F
7751: and tr.table_alias = l_table_alias
7752: and cpe.number_of_copies = 1 --ADDITION
7753: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
7754: order by information1, information2; --added for bug: 5151945 --

Line 7789: from BEN_PSTL_ZIP_RNG_F RZR

7785: c_business_group_id number,
7786: c_new_pk_id number) is
7787: select
7788: RZR.pstl_zip_rng_id new_value
7789: from BEN_PSTL_ZIP_RNG_F RZR
7790: where
7791: RZR.business_group_id = c_business_group_id
7792: and RZR.from_value = r_RZR.information142 --r_RZR.from_value
7793: and nvl(RZR.to_value,-999) = nvl(r_RZR.information141,-999) --r_RZR.to_value

Line 7801: from BEN_PSTL_ZIP_RNG_F RZR1

7797: and effective_end_date ;
7798: --END TEMPIK
7799: /*TEMPIK
7800: and exists ( select null
7801: from BEN_PSTL_ZIP_RNG_F RZR1
7802: where RZR1.business_group_id = c_business_group_id
7803: and RZR1.from_value = r_RZR.information142
7804: and nvl(RZR1.to_value,-999) = nvl(r_RZR.information141,-999)
7805: and RZR1.effective_start_date <= c_effective_start_date )

Line 7807: from BEN_PSTL_ZIP_RNG_F RZR2

7803: and RZR1.from_value = r_RZR.information142
7804: and nvl(RZR1.to_value,-999) = nvl(r_RZR.information141,-999)
7805: and RZR1.effective_start_date <= c_effective_start_date )
7806: and exists ( select null
7807: from BEN_PSTL_ZIP_RNG_F RZR2
7808: where RZR2.business_group_id = c_business_group_id
7809: and RZR2.from_value = r_RZR.information142
7810: and nvl(RZR2.to_value,-999) = nvl(r_RZR.information141,-999)
7811: and RZR2.effective_end_date >= c_effective_end_date ) ;

Line 7938: (p_base_table_name => 'BEN_PSTL_ZIP_RNG_F',

7934: if c_find_RZR_in_target%found then
7935: --
7936: --TEMPIK
7937: l_dt_rec_found := dt_api.check_min_max_dates
7938: (p_base_table_name => 'BEN_PSTL_ZIP_RNG_F',
7939: p_base_key_column => 'PSTL_ZIP_RNG_ID',
7940: p_base_key_value => l_new_value,
7941: p_from_date => l_min_esd,
7942: p_to_date => l_max_eed );

Line 8007: hr_utility.set_location(' BEN_PSTL_ZIP_RNG_F CREATE_POSTAL_ZIP_RANGE ',20);

8003: end if;
8004:
8005: if l_first_rec and not l_update then
8006: -- Call Create routine.
8007: hr_utility.set_location(' BEN_PSTL_ZIP_RNG_F CREATE_POSTAL_ZIP_RANGE ',20);
8008: BEN_POSTAL_ZIP_RANGE_API.CREATE_POSTAL_ZIP_RANGE(
8009: --
8010: P_VALIDATE => false
8011: ,P_EFFECTIVE_DATE => l_effective_date

Line 8097: hr_utility.set_location(' BEN_PSTL_ZIP_RNG_F UPDATE_POSTAL_ZIP_RANGE ',30);

8093: IF l_update OR l_dml_operation <> 'UPDATE' THEN
8094: --UPD END
8095: -- Call Update routine for the pk_id created in prev run .
8096: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
8097: hr_utility.set_location(' BEN_PSTL_ZIP_RNG_F UPDATE_POSTAL_ZIP_RANGE ',30);
8098: BEN_POSTAL_ZIP_RANGE_API.UPDATE_POSTAL_ZIP_RANGE(
8099: --
8100: P_VALIDATE => false
8101: ,P_EFFECTIVE_DATE => l_effective_date