DBA Data[Home] [Help]

APPS.PER_REI_INS dependencies on DT_API

Line 110: dt_api.get_object_version_number

106: --
107: -- Get the object version number for the insert
108: --
109: p_rec.object_version_number :=
110: dt_api.get_object_version_number
111: (p_base_table_name => 'per_contact_extra_info_f'
112: ,p_base_key_column => 'contact_extra_info_id'
113: ,p_base_key_value => p_rec.contact_extra_info_id
114: );

Line 692: dt_api.validate_dt_mode

688: --
689: -- Validate the datetrack mode getting the validation start
690: -- and end dates for the specified datetrack operation.
691: --
692: dt_api.validate_dt_mode
693: (p_effective_date => p_effective_date
694: ,p_datetrack_mode => p_datetrack_mode
695: ,p_base_table_name => 'per_contact_extra_info_f'
696: ,p_base_key_column => 'contact_extra_info_id'