DBA Data[Home] [Help]

APPS.PQP_GB_VEHICLE_ALLOCATIONS dependencies on HR_API

Line 34: If (P_PRIVATE_CONTRIBUTION <> hr_api.g_number and P_PRIVATE_CONTRIBUTION <> 0 and P_PRIVATE_CONTRIBUTION < 0) then

30: End if;
31: End if;
32:
33: /* Added below two errors for the bug 10020963 */
34: If (P_PRIVATE_CONTRIBUTION <> hr_api.g_number and P_PRIVATE_CONTRIBUTION <> 0 and P_PRIVATE_CONTRIBUTION < 0) then
35: hr_utility.set_message(8303,'PQP_GB_230252_PVT_CONTRIB_NEG');
36: hr_utility.raise_error;
37: End if;
38:

Line 39: If (P_CAPITAL_CONTRIBUTION <> hr_api.g_number and P_CAPITAL_CONTRIBUTION <> 0 and P_CAPITAL_CONTRIBUTION < 0) then

35: hr_utility.set_message(8303,'PQP_GB_230252_PVT_CONTRIB_NEG');
36: hr_utility.raise_error;
37: End if;
38:
39: If (P_CAPITAL_CONTRIBUTION <> hr_api.g_number and P_CAPITAL_CONTRIBUTION <> 0 and P_CAPITAL_CONTRIBUTION < 0) then
40: hr_utility.set_message(8303,'PQP_GB_230253_CAP_CONTRIB_NEG');
41: hr_utility.raise_error;
42: End if;
43: