DBA Data[Home] [Help]

APPS.PER_SPP_BUS dependencies on DT_API

Line 1276: NOT (dt_api.check_min_max_dates

1272: );
1273: --
1274: /* -- bug 7457065. As we allow end dated Steps to be used now, this check is removed.
1275: If ((nvl(p_step_id, hr_api.g_number) <> hr_api.g_number) and
1276: NOT (dt_api.check_min_max_dates
1277: (p_base_table_name => 'per_spinal_point_steps_f'
1278: ,p_base_key_column => 'STEP_ID'
1279: ,p_base_key_value => p_step_id
1280: ,p_from_date => p_validation_start_date

Line 1287: NOT (dt_api.check_min_max_dates

1283: raise l_integrity_error;
1284: End If;
1285: */
1286: If ((nvl(p_assignment_id, hr_api.g_number) <> hr_api.g_number) and
1287: NOT (dt_api.check_min_max_dates
1288: (p_base_table_name => 'per_all_assignments_f'
1289: ,p_base_key_column => 'ASSIGNMENT_ID'
1290: ,p_base_key_value => p_assignment_id
1291: ,p_from_date => p_validation_start_date

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

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