DBA Data[Home] [Help]

APPS.BEN_BEP_BUS dependencies on DT_API

Line 418: NOT (dt_api.check_min_max_dates

414: ,p_argument_value => p_validation_end_date
415: );
416: --
417: If ((nvl(p_elig_obj_id, hr_api.g_number) <> hr_api.g_number) and
418: NOT (dt_api.check_min_max_dates
419: (p_base_table_name => 'ben_elig_obj_f'
420: ,p_base_key_column => 'ELIG_OBJ_ID'
421: ,p_base_key_value => p_elig_obj_id
422: ,p_from_date => p_validation_start_date

Line 431: NOT (dt_api.check_min_max_dates

427: (p_associated_column1 => ben_bep_shd.g_tab_nam || '.ELIG_OBJ_ID');
428: End If;
429: --
430: If ((nvl(p_elig_prfl_id, hr_api.g_number) <> hr_api.g_number) and
431: NOT (dt_api.check_min_max_dates
432: (p_base_table_name => 'ben_eligy_prfl_f'
433: ,p_base_key_column => 'ELIGY_PRFL_ID'
434: ,p_base_key_value => p_elig_prfl_id
435: ,p_from_date => p_validation_start_date

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

474: -- Processing continues.
475: --
476: -- Post Failure:
477: -- If a row exists by determining the returning Boolean value from the
478: -- generic dt_api.rows_exist function then we must supply an error via
479: -- the use of the local exception handler l_rows_exist.
480: --
481: -- Developer Implementation Notes:
482: -- This procedure should not need maintenance unless the HR Schema model