DBA Data[Home] [Help]

APPS.BEN_BNR_BUS dependencies on DT_API

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

540: -- Processing continues.
541: --
542: -- Post Failure:
543: -- If a row exists by determining the returning Boolean value from the
544: -- generic dt_api.rows_exist function then we must supply an error via
545: -- the use of the local exception handler l_rows_exist.
546: --
547: -- Developer Implementation Notes:
548: -- This procedure should not need maintenance unless the HR Schema model

Line 605: If (dt_api.rows_exist

601: p_argument_value => p_rptg_grp_id);
602:
603:
604: --
605: If (dt_api.rows_exist
606: (p_base_table_name => 'ben_pl_regn_f',
607: p_base_key_column => 'rptg_grp_id',
608: p_base_key_value => p_rptg_grp_id,
609: p_from_date => p_validation_start_date,

Line 616: If (dt_api.rows_exist

612: l_table_name := 'ben_pl_regn_f';
613: Raise l_rows_exist;
614: End If;
615:
616: If (dt_api.rows_exist
617: (p_base_table_name => 'ben_pl_regy_bod_f',
618: p_base_key_column => 'rptg_grp_id',
619: p_base_key_value => p_rptg_grp_id,
620: p_from_date => p_validation_start_date,

Line 626: If (dt_api.rows_exist

622: l_table_name := 'ben_pl_regy_bod_f';
623: Raise l_rows_exist;
624: End If;
625:
626: If (dt_api.rows_exist
627: (p_base_table_name => 'ben_popl_rptg_grp_f',
628: p_base_key_column => 'rptg_grp_id',
629: p_base_key_value => p_rptg_grp_id,
630: p_from_date => p_validation_start_date,