DBA Data[Home] [Help]

APPS.PAY_ROM_BUS dependencies on DT_API

Line 946: NOT (dt_api.check_min_max_dates

942: ,p_argument_value => p_validation_end_date
943: );
944: --
945: If ((nvl(p_org_payment_method_id, hr_api.g_number) <> hr_api.g_number) and
946: NOT (dt_api.check_min_max_dates
947: (p_base_table_name => 'pay_org_payment_methods_f'
948: ,p_base_key_column => 'ORG_PAYMENT_METHOD_ID'
949: ,p_base_key_value => p_org_payment_method_id
950: ,p_from_date => p_validation_start_date

Line 956: NOT (dt_api.check_min_max_dates

952: l_table_name := 'org payment methods';
953: raise l_integrity_error;
954: End If;
955: If ((nvl(p_run_type_id, hr_api.g_number) <> hr_api.g_number) and
956: NOT (dt_api.check_min_max_dates
957: (p_base_table_name => 'pay_run_types_f'
958: ,p_base_key_column => 'RUN_TYPE_ID'
959: ,p_base_key_value => p_run_type_id
960: ,p_from_date => p_validation_start_date

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

1005: -- Processing continues.
1006: --
1007: -- Post Failure:
1008: -- If a row exists by determining the returning Boolean value from the
1009: -- generic dt_api.rows_exist function then we must supply an error via
1010: -- the use of the local exception handler l_rows_exist.
1011: --
1012: -- Developer Implementation Notes:
1013: -- This procedure should not need maintenance unless the HR Schema model