DBA Data[Home] [Help]

APPS.PAY_EVC_BUS dependencies on STANDARD

Line 319: -- Validate against hr_standard_lookups as DateTracked and no bg context.

315: fnd_message.set_token('VALUE', p_rec.default_event);
316: fnd_message.raise_error;
317: end if;
318: ELSE
319: -- Validate against hr_standard_lookups as DateTracked and no bg context.
320: if hr_api.not_exists_in_dt_hrstanlookups
321: (p_effective_date => p_effective_date
322: ,p_validation_start_date => p_validation_start_date
323: ,p_validation_end_date => p_validation_end_date

Line 396: -- Validate against hr_standard_lookups as DateTracked and no bg context.

392: fnd_message.set_token('VALUE', p_rec.valid_event);
393: fnd_message.raise_error;
394: end if;
395: ELSE
396: -- Validate against hr_standard_lookups as DateTracked and no bg context.
397: if hr_api.not_exists_in_dt_hrstanlookups
398: (p_effective_date => p_effective_date
399: ,p_validation_start_date => p_validation_start_date
400: ,p_validation_end_date => p_validation_end_date

Line 475: -- Validate against hr_standard_lookups as DateTracked and no bg context.

471: fnd_message.set_token('VALUE', p_rec.proration_style);
472: fnd_message.raise_error;
473: end if;
474: ELSE
475: -- Validate against hr_standard_lookups as DateTracked and no bg context.
476: if hr_api.not_exists_in_dt_hrstanlookups
477: (p_effective_date => p_effective_date
478: ,p_validation_start_date => p_validation_start_date
479: ,p_validation_end_date => p_validation_end_date