DBA Data[Home] [Help]

APPS.PAY_CAL_INS dependencies on DT_API

Line 122: dt_api.get_object_version_number

118: --
119: -- Get the object version number for the insert
120: --
121: p_rec.object_version_number :=
122: dt_api.get_object_version_number
123: (p_base_table_name => 'pay_cost_allocations_f'
124: ,p_base_key_column => 'cost_allocation_id'
125: ,p_base_key_value => p_rec.cost_allocation_id
126: );

Line 490: dt_api.validate_dt_mode

486: --
487: -- Validate the datetrack mode mode getting the validation start
488: -- and end dates for the specified datetrack operation.
489: --
490: dt_api.validate_dt_mode
491: (p_effective_date => p_effective_date
492: ,p_datetrack_mode => p_datetrack_mode
493: ,p_base_table_name => 'pay_cost_allocations_f'
494: ,p_base_key_column => 'cost_allocation_id'