DBA Data[Home] [Help]

APPS.BEN_PLAN_COPY_LOADER dependencies on PQH_CER_SHD

Line 1462: pqh_cer_shd.constraint_error

1458: hr_utility.set_location(' Leaving:'||l_proc, 10);
1459: Exception
1460: When hr_api.check_integrity_violated Then
1461: -- A check constraint has been violated
1462: pqh_cer_shd.constraint_error
1463: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
1464: When hr_api.parent_integrity_violated Then
1465: -- Parent integrity has been violated
1466: pqh_cer_shd.constraint_error

Line 1466: pqh_cer_shd.constraint_error

1462: pqh_cer_shd.constraint_error
1463: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
1464: When hr_api.parent_integrity_violated Then
1465: -- Parent integrity has been violated
1466: pqh_cer_shd.constraint_error
1467: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
1468: When hr_api.unique_integrity_violated Then
1469: -- Unique integrity has been violated
1470: pqh_cer_shd.constraint_error

Line 1470: pqh_cer_shd.constraint_error

1466: pqh_cer_shd.constraint_error
1467: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
1468: When hr_api.unique_integrity_violated Then
1469: -- Unique integrity has been violated
1470: pqh_cer_shd.constraint_error
1471: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
1472: When Others Then
1473: Raise;
1474: End ;

Line 2847: pqh_cer_shd.constraint_error

2843: hr_utility.set_location(' Leaving:'||l_proc, 10);
2844: Exception
2845: When hr_api.check_integrity_violated Then
2846: -- A check constraint has been violated
2847: pqh_cer_shd.constraint_error
2848: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
2849: When hr_api.parent_integrity_violated Then
2850: -- Parent integrity has been violated
2851: pqh_cer_shd.constraint_error

Line 2851: pqh_cer_shd.constraint_error

2847: pqh_cer_shd.constraint_error
2848: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
2849: When hr_api.parent_integrity_violated Then
2850: -- Parent integrity has been violated
2851: pqh_cer_shd.constraint_error
2852: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
2853: When hr_api.unique_integrity_violated Then
2854: -- Unique integrity has been violated
2855: pqh_cer_shd.constraint_error

Line 2855: pqh_cer_shd.constraint_error

2851: pqh_cer_shd.constraint_error
2852: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
2853: When hr_api.unique_integrity_violated Then
2854: -- Unique integrity has been violated
2855: pqh_cer_shd.constraint_error
2856: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
2857: When Others Then
2858: Raise;
2859: End ;