DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FIVE dependencies on BEN_CM_TYP_TRGR_F

Line 800: -- and tr.where_clause = l_BEN_CM_TYP_TRGR_F

796: from ben_copy_entity_results cpe,
797: pqh_table_route tr
798: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
799: and cpe.table_route_id = tr.table_route_id
800: -- and tr.where_clause = l_BEN_CM_TYP_TRGR_F
801: and tr.table_alias = l_table_alias
802: and cpe.number_of_copies = 1 -- ADDITION
803: -- UPD START
804: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode

Line 841: from BEN_CM_TYP_TRGR_F CTT

837: c_business_group_id number,
838: c_new_pk_id number) is
839: select
840: CTT.cm_typ_trgr_id new_value
841: from BEN_CM_TYP_TRGR_F CTT
842: where
843: nvl(CTT.CM_TRGR_ID,-999) = nvl(l_CM_TRGR_ID,-999) and
844: nvl(CTT.CM_TYP_ID,-999) = nvl(l_CM_TYP_ID,-999) and
845: CTT.business_group_id = c_business_group_id

Line 853: from BEN_CM_TYP_TRGR_F CTT1

849: and effective_end_date ;
850: --END TEMPIK
851: /*TEMPIK
852: and exists ( select null
853: from BEN_CM_TYP_TRGR_F CTT1
854: where
855: nvl(CTT1.CM_TRGR_ID,-999) = nvl(l_CM_TRGR_ID,-999) and
856: nvl(CTT1.CM_TYP_ID,-999) = nvl(l_CM_TYP_ID,-999) and
857: CTT1.business_group_id = c_business_group_id

Line 860: from BEN_CM_TYP_TRGR_F CTT2

856: nvl(CTT1.CM_TYP_ID,-999) = nvl(l_CM_TYP_ID,-999) and
857: CTT1.business_group_id = c_business_group_id
858: and CTT1.effective_start_date <= c_effective_start_date )
859: and exists ( select null
860: from BEN_CM_TYP_TRGR_F CTT2
861: where
862: nvl(CTT2.CM_TRGR_ID,-999) = nvl(l_CM_TRGR_ID,-999) and
863: nvl(CTT2.CM_TYP_ID,-999) = nvl(l_CM_TYP_ID,-999) and
864: CTT2.business_group_id = c_business_group_id

Line 1011: (p_base_table_name => 'BEN_CM_TYP_TRGR_F',

1007: if c_find_CTT_in_target%found then
1008: --
1009: --TEMPIK
1010: l_dt_rec_found := dt_api.check_min_max_dates
1011: (p_base_table_name => 'BEN_CM_TYP_TRGR_F',
1012: p_base_key_column => 'CM_TYP_TRGR_ID',
1013: p_base_key_value => l_new_value,
1014: p_from_date => l_min_esd,
1015: p_to_date => l_max_eed );

Line 1076: hr_utility.set_location(' BEN_CM_TYP_TRGR_F CREATE_CM_TYP_TRGR ',20);

1072: --if l_first_rec then
1073: if l_first_rec and not l_update then
1074: -- UPD END
1075: -- Call Create routine.
1076: hr_utility.set_location(' BEN_CM_TYP_TRGR_F CREATE_CM_TYP_TRGR ',20);
1077: BEN_CM_TYP_TRGR_API.CREATE_CM_TYP_TRGR(
1078: --
1079: P_VALIDATE => false
1080: ,P_EFFECTIVE_DATE => l_effective_date

Line 1142: hr_utility.set_location(' BEN_CM_TYP_TRGR_F UPDATE_CM_TYP_TRGR ',30);

1138: else
1139: --
1140: -- Call Update routine for the pk_id created in prev run .
1141: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
1142: hr_utility.set_location(' BEN_CM_TYP_TRGR_F UPDATE_CM_TYP_TRGR ',30);
1143:
1144: --UPD START
1145: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
1146: --