DBA Data[Home] [Help]

APPS.PER_SPP_BUS dependencies on DT_API

Line 1275: NOT (dt_api.check_min_max_dates

1271: ,p_argument_value => p_validation_end_date
1272: );
1273: --
1274: If ((nvl(p_step_id, hr_api.g_number) <> hr_api.g_number) and
1275: NOT (dt_api.check_min_max_dates
1276: (p_base_table_name => 'per_spinal_point_steps_f'
1277: ,p_base_key_column => 'STEP_ID'
1278: ,p_base_key_value => p_step_id
1279: ,p_from_date => p_validation_start_date

Line 1285: NOT (dt_api.check_min_max_dates

1281: l_table_name := 'spinal point steps';
1282: raise l_integrity_error;
1283: End If;
1284: If ((nvl(p_assignment_id, hr_api.g_number) <> hr_api.g_number) and
1285: NOT (dt_api.check_min_max_dates
1286: (p_base_table_name => 'per_all_assignments_f'
1287: ,p_base_key_column => 'ASSIGNMENT_ID'
1288: ,p_base_key_value => p_assignment_id
1289: ,p_from_date => p_validation_start_date

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

1337: -- Processing continues.
1338: --
1339: -- Post Failure:
1340: -- If a row exists by determining the returning Boolean value from the
1341: -- generic dt_api.rows_exist function then we must supply an error via
1342: -- the use of the local exception handler l_rows_exist.
1343: --
1344: -- Developer Implementation Notes:
1345: -- This procedure should not need maintenance unless the HR Schema model