DBA Data[Home] [Help]

APPS.PER_DIS_BUS dependencies on DT_API

Line 1445: NOT (dt_api.check_min_max_dates

1441: ,p_argument_value => p_validation_end_date
1442: );
1443: --
1444: If ((nvl(p_person_id, hr_api.g_number) <> hr_api.g_number) and
1445: NOT (dt_api.check_min_max_dates
1446: (p_base_table_name => 'per_all_people_f'
1447: ,p_base_key_column => 'PERSON_ID'
1448: ,p_base_key_value => p_person_id
1449: ,p_from_date => p_validation_start_date

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

1494: -- Processing continues.
1495: --
1496: -- Post Failure:
1497: -- If a row exists by determining the returning Boolean value from the
1498: -- generic dt_api.rows_exist function then we must supply an error via
1499: -- the use of the local exception handler l_rows_exist.
1500: --
1501: -- Developer Implementation Notes:
1502: -- This procedure should not need maintenance unless the HR Schema model