DBA Data[Home] [Help]

APPS.PAY_PSD_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_pl_sii_details_f'
124: ,p_base_key_column => 'sii_details_id'
125: ,p_base_key_value => p_rec.sii_details_id
126: );

Line 552: dt_api.validate_dt_mode

548: -- b) if the Contract Category is Normal and the Assignment is Terminated. This is cos for Normal Terminated assignments
549: -- the SII record is stored at the Assignment level
550: -- c) the Contract category is "LUMP" or "F_LUMP"
551:
552: dt_api.validate_dt_mode
553: (p_effective_date => p_effective_date
554: ,p_datetrack_mode => p_datetrack_mode
555: ,p_base_table_name => 'pay_pl_sii_details_f'
556: ,p_base_key_column => 'sii_details_id'

Line 571: dt_api.validate_dt_mode

567:
568: -- Here we are locking the corresponding Person record if the Contract category is
569: -- "NORMAL" since the SII record for Normal Contracts are stored at the Person level
570:
571: dt_api.validate_dt_mode
572: (p_effective_date => p_effective_date
573: ,p_datetrack_mode => p_datetrack_mode
574: ,p_base_table_name => 'pay_pl_sii_details_f'
575: ,p_base_key_column => 'sii_details_id'