DBA Data[Home] [Help]

APPS.PAY_GBE_BUS dependencies on HR_API

Line 50: -- hr_api.mandatory_arg_error

46: -- hr_utility.set_location('Entering:'|| l_proc, 10);
47: --
48: -- Ensure that all the mandatory parameter are not null
49: --
50: -- hr_api.mandatory_arg_error
51: -- (p_api_name => l_proc
52: -- ,p_argument => 'grossup_balances_id'
53: -- ,p_argument_value => p_grossup_balances_id
54: -- );

Line 73: -- hr_api.set_security_group_id

69: -- close csr_sec_grp;
70: --
71: -- Set the security_group_id in CLIENT_INFO
72: --
73: -- hr_api.set_security_group_id
74: -- (p_security_group_id => l_security_group_id
75: -- );
76: --
77: -- hr_utility.set_location(' Leaving:'|| l_proc, 20);

Line 116: -- hr_api.mandatory_arg_error

112: -- hr_utility.set_location('Entering:'|| l_proc, 10);
113: --
114: -- Ensure that all the mandatory parameter are not null
115: --
116: -- hr_api.mandatory_arg_error
117: -- (p_api_name => l_proc
118: -- ,p_argument => 'grossup_balances_id'
119: -- ,p_argument_value => p_grossup_balances_id
120: -- );

Line 122: -- if ( nvl(pay_gbe_bus.g_grossup_balances_id, hr_api.g_number)

118: -- ,p_argument => 'grossup_balances_id'
119: -- ,p_argument_value => p_grossup_balances_id
120: -- );
121: --
122: -- if ( nvl(pay_gbe_bus.g_grossup_balances_id, hr_api.g_number)
123: -- = p_grossup_balances_id) then
124: --
125: -- The legislation code has already been found with a previous
126: -- call to this function. Just return the value in the global

Line 213: if nvl(p_rec.grossup_balances_id, hr_api.g_number) <>

209: --
210: -- EDIT_HERE: Add checks to ensure non-updateable args have
211: -- not been updated.
212: --
213: if nvl(p_rec.grossup_balances_id, hr_api.g_number) <>
214: nvl(pay_gbe_shd.g_old_rec.grossup_balances_id, hr_api.g_number) then
215: l_argument := 'grossup_balances_id';
216: raise l_error;
217: end if;

Line 214: nvl(pay_gbe_shd.g_old_rec.grossup_balances_id, hr_api.g_number) then

210: -- EDIT_HERE: Add checks to ensure non-updateable args have
211: -- not been updated.
212: --
213: if nvl(p_rec.grossup_balances_id, hr_api.g_number) <>
214: nvl(pay_gbe_shd.g_old_rec.grossup_balances_id, hr_api.g_number) then
215: l_argument := 'grossup_balances_id';
216: raise l_error;
217: end if;
218: hr_utility.set_location(l_proc, 7);

Line 222: hr_api.argument_changed_error

218: hr_utility.set_location(l_proc, 7);
219: --
220: EXCEPTION
221: WHEN l_error THEN
222: hr_api.argument_changed_error
223: (p_api_name => l_proc
224: ,p_argument => l_argument);
225: WHEN OTHERS THEN
226: RAISE;

Line 466: hr_api.mandatory_arg_error

462: --
463: begin
464: --
465: hr_utility.set_location('Entering:'|| p_source_type, 1);
466: hr_api.mandatory_arg_error
467: (p_api_name => l_proc
468: ,p_argument => 'source_type'
469: ,p_argument_value => p_source_type
470: );

Line 471: hr_api.mandatory_arg_error

467: (p_api_name => l_proc
468: ,p_argument => 'source_type'
469: ,p_argument_value => p_source_type
470: );
471: hr_api.mandatory_arg_error
472: (p_api_name => l_proc
473: ,p_argument => 'source_id'
474: ,p_argument_value => p_source_id
475: );

Line 546: hr_api.mandatory_arg_error

542: from pay_balance_types
543: where balance_type_id = p_balance_type_id ;
544: --
545: begin
546: hr_api.mandatory_arg_error
547: (p_api_name => l_proc
548: ,p_argument => 'balance_type_id'
549: ,p_argument_value => p_balance_type_id
550: );