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 969: dt_api.validate_dt_mode

965: else
966: l_enforce_foreign_locking := true;
967: end if;
968:
969: dt_api.validate_dt_mode
970: (p_effective_date => p_effective_date
971: ,p_datetrack_mode => p_datetrack_mode
972: ,p_base_table_name => 'per_spinal_point_placements_f'
973: ,p_base_key_column => 'placement_id'

Line 988: dt_api.validate_dt_mode

984: );
985: --
986: -- Always perform locking for transaction data parent tables.
987: --
988: dt_api.validate_dt_mode
989: (p_effective_date => p_effective_date
990: ,p_datetrack_mode => p_datetrack_mode
991: ,p_base_table_name => 'per_spinal_point_placements_f'
992: ,p_base_key_column => 'placement_id'

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

1004:
1005: --
1006: -- Set the validation start and end date OUT arguments
1007: -- taking the most restrictive replies from the two calls
1008: -- to dt_api.validate_dt_mode. i.e. The latest VSD and the
1009: -- earliest VED.
1010: --
1011: if l_validation_start_date1 > l_validation_start_date2 then
1012: p_validation_start_date := l_validation_start_date1;