DBA Data[Home] [Help]

APPS.BEN_PQC_BUS dependencies on DT_API

Line 460: NOT (dt_api.check_min_max_dates

456: ,p_argument_value => p_validation_end_date
457: );
458: --
459: If ((nvl(p_pl_gd_r_svc_ctfn_id, hr_api.g_number) <> hr_api.g_number) and
460: NOT (dt_api.check_min_max_dates
461: (p_base_table_name => 'ben_pl_gd_r_svc_ctfn_f'
462: ,p_base_key_column => 'PL_GD_R_SVC_CTFN_ID'
463: ,p_base_key_value => p_pl_gd_r_svc_ctfn_id
464: ,p_from_date => p_validation_start_date

Line 470: NOT (dt_api.check_min_max_dates

466: l_table_name := 'pl gd r svc ctfn';
467: raise l_integrity_error;
468: End If;
469: If ((nvl(p_prtt_enrt_actn_id, hr_api.g_number) <> hr_api.g_number) and
470: NOT (dt_api.check_min_max_dates
471: (p_base_table_name => 'ben_prtt_enrt_actn_f'
472: ,p_base_key_column => 'PRTT_ENRT_ACTN_ID'
473: ,p_base_key_value => p_prtt_enrt_actn_id
474: ,p_from_date => p_validation_start_date

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

519: -- Processing continues.
520: --
521: -- Post Failure:
522: -- If a row exists by determining the returning Boolean value from the
523: -- generic dt_api.rows_exist function then we must supply an error via
524: -- the use of the local exception handler l_rows_exist.
525: --
526: -- Developer Implementation Notes:
527: -- This procedure should not need maintenance unless the HR Schema model