DBA Data[Home] [Help]

APPS.HR_LIP_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 => 'hr_de_liability_premiums_f'
90: ,p_base_key_column => 'liability_premiums_id'
91: ,p_base_key_value => p_rec.liability_premiums_id
92: );

Line 502: dt_api.validate_dt_mode

498: --
499: -- Validate the datetrack mode mode getting the validation start
500: -- and end dates for the specified datetrack operation.
501: --
502: dt_api.validate_dt_mode
503: (p_effective_date => p_effective_date
504: ,p_datetrack_mode => p_datetrack_mode
505: ,p_base_table_name => 'hr_de_liability_premiums_f'
506: ,p_base_key_column => 'liability_premiums_id'