DBA Data[Home] [Help]

APPS.PER_SPP_INS dependencies on DT_API

Line 88: dt_api.get_object_version_number

84: --
85: -- Get the object version number for the insert
86: --
87: p_rec.object_version_number :=
88: dt_api.get_object_version_number
89: (p_base_table_name => 'per_spinal_point_placements_f'
90: ,p_base_key_column => 'placement_id'
91: ,p_base_key_value => p_rec.placement_id
92: );

Line 939: dt_api.validate_dt_mode

935: else
936: l_enforce_foreign_locking := true;
937: end if;
938:
939: dt_api.validate_dt_mode
940: (p_effective_date => p_effective_date
941: ,p_datetrack_mode => p_datetrack_mode
942: ,p_base_table_name => 'per_spinal_point_placements_f'
943: ,p_base_key_column => 'placement_id'

Line 958: dt_api.validate_dt_mode

954: );
955: --
956: -- Always perform locking for transaction data parent tables.
957: --
958: dt_api.validate_dt_mode
959: (p_effective_date => p_effective_date
960: ,p_datetrack_mode => p_datetrack_mode
961: ,p_base_table_name => 'per_spinal_point_placements_f'
962: ,p_base_key_column => 'placement_id'

Line 978: -- to dt_api.validate_dt_mode. i.e. The latest VSD and the

974:
975: --
976: -- Set the validation start and end date OUT arguments
977: -- taking the most restrictive replies from the two calls
978: -- to dt_api.validate_dt_mode. i.e. The latest VSD and the
979: -- earliest VED.
980: --
981: if l_validation_start_date1 > l_validation_start_date2 then
982: p_validation_start_date := l_validation_start_date1;