DBA Data[Home] [Help]

APPS.BEN_PRY_BUS dependencies on DT_API

Line 814: NOT (dt_api.check_min_max_dates

810: ,p_argument_value => p_validation_end_date
811: );
812: --
813: If ((nvl(p_prtt_reimbmt_rqst_id, hr_api.g_number) <> hr_api.g_number) and
814: NOT (dt_api.check_min_max_dates
815: (p_base_table_name => 'ben_prtt_reimbmt_rqst_f'
816: ,p_base_key_column => 'prtt_reimbmt_rqst_id'
817: ,p_base_key_value => p_prtt_reimbmt_rqst_id
818: ,p_from_date => p_validation_start_date

Line 867: -- generic dt_api.rows_exist function then we must supply an error via

863: -- Processing continues.
864: --
865: -- Post Failure:
866: -- If a row exists by determining the returning Boolean value from the
867: -- generic dt_api.rows_exist function then we must supply an error via
868: -- the use of the local exception handler l_rows_exist.
869: --
870: -- Developer Implementation Notes:
871: -- This procedure should not need maintenance unless the HR Schema model