DBA Data[Home] [Help]

APPS.PAY_EVQ_BUS dependencies on DT_API

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

357: -- Processing continues.
358: --
359: -- Post Failure:
360: -- If a row exists by determining the returning Boolean value from the
361: -- generic dt_api.rows_exist function then we must supply an error via
362: -- the use of the local exception handler l_rows_exist.
363: --
364: -- Developer Implementation Notes:
365: -- This procedure should not need maintenance unless the HR Schema model

Line 419: If (dt_api.rows_exist

415: ,p_argument => 'event_qualifier_id'
416: ,p_argument_value => p_event_qualifier_id
417: );
418: --
419: If (dt_api.rows_exist
420: (p_base_table_name => 'pay_event_value_changes_f'
421: ,p_base_key_column => 'event_qualifier_id'
422: ,p_base_key_value => p_event_qualifier_id
423: ,p_from_date => p_validation_start_date