DBA Data[Home] [Help]

APPS.PER_SPS_BUS dependencies on DT_API

Line 1177: NOT (dt_api.check_min_max_dates

1173: ,p_argument_value => p_validation_end_date
1174: );
1175: --
1176: If ((nvl(p_grade_spine_id, hr_api.g_number) <> hr_api.g_number) and
1177: NOT (dt_api.check_min_max_dates
1178: (p_base_table_name => 'per_grade_spines_f'
1179: ,p_base_key_column => 'GRADE_SPINE_ID'
1180: ,p_base_key_value => p_grade_spine_id
1181: ,p_from_date => p_validation_start_date

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

1220: -- Processing continues.
1221: --
1222: -- Post Failure:
1223: -- If a row exists by determining the returning Boolean value from the
1224: -- generic dt_api.rows_exist function then we must supply an error via
1225: -- the use of the local exception handler l_rows_exist.
1226: --
1227: -- Developer Implementation Notes:
1228: -- This procedure should not need maintenance unless the HR Schema model

Line 1287: If (dt_api.rows_exist

1283: );
1284: --
1285: hr_utility.set_location(l_proc, 20);
1286: --
1287: If (dt_api.rows_exist
1288: (p_base_table_name => 'per_cagr_entitlement_lines_f'
1289: ,p_base_key_column => 'step_id'
1290: ,p_base_key_value => p_step_id
1291: ,p_from_date => p_validation_start_date

Line 1301: If (dt_api.rows_exist

1297: End If;
1298:
1299: hr_utility.set_location(l_proc, 30);
1300:
1301: If (dt_api.rows_exist
1302: (p_base_table_name => 'hr_all_positions_f'
1303: ,p_base_key_column => 'entry_step_id'
1304: ,p_base_key_value => p_step_id
1305: ,p_from_date => p_validation_start_date