DBA Data[Home] [Help]

APPS.PAY_SPR_BUS dependencies on HR_API

Line 49: hr_api.mandatory_arg_error

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

Line 54: hr_api.mandatory_arg_error

50: (p_api_name => l_proc
51: ,p_argument => 'security_profile_id'
52: ,p_argument_value => p_security_profile_id
53: );
54: hr_api.mandatory_arg_error
55: (p_api_name => l_proc
56: ,p_argument => 'payroll_id'
57: ,p_argument_value => p_payroll_id
58: );

Line 82: hr_api.set_security_group_id

78: close csr_sec_grp;
79: --
80: -- Set the security_group_id in CLIENT_INFO
81: --
82: hr_api.set_security_group_id
83: (p_security_group_id => l_security_group_id
84: );
85: end if;
86: --

Line 122: hr_api.mandatory_arg_error

118: hr_utility.set_location('Entering:'|| l_proc, 10);
119: --
120: -- Ensure that all the mandatory parameter are not null
121: --
122: hr_api.mandatory_arg_error
123: (p_api_name => l_proc
124: ,p_argument => 'security_profile_id'
125: ,p_argument_value => p_security_profile_id
126: );

Line 127: hr_api.mandatory_arg_error

123: (p_api_name => l_proc
124: ,p_argument => 'security_profile_id'
125: ,p_argument_value => p_security_profile_id
126: );
127: hr_api.mandatory_arg_error
128: (p_api_name => l_proc
129: ,p_argument => 'payroll_id'
130: ,p_argument_value => p_payroll_id
131: );

Line 133: if (( nvl(pay_spr_bus.g_security_profile_id, hr_api.g_number)

129: ,p_argument => 'payroll_id'
130: ,p_argument_value => p_payroll_id
131: );
132: --
133: if (( nvl(pay_spr_bus.g_security_profile_id, hr_api.g_number)
134: = p_security_profile_id)
135: and ( nvl(pay_spr_bus.g_payroll_id, hr_api.g_number)
136: = p_payroll_id)) then
137: --

Line 135: and ( nvl(pay_spr_bus.g_payroll_id, hr_api.g_number)

131: );
132: --
133: if (( nvl(pay_spr_bus.g_security_profile_id, hr_api.g_number)
134: = p_security_profile_id)
135: and ( nvl(pay_spr_bus.g_payroll_id, hr_api.g_number)
136: = p_payroll_id)) then
137: --
138: -- The legislation code has already been found with a previous
139: -- call to this function. Just return the value in the global

Line 509: hr_api.validate_bus_grp_id

505: hr_utility.set_location('Entering:'||l_proc, 5);
506: --
507: -- Call all supporting business operations
508: --
509: hr_api.validate_bus_grp_id
510: (p_business_group_id => p_rec.business_group_id
511: ,p_associated_column1 => pay_spr_shd.g_tab_nam
512: || '.BUSINESS_GROUP_ID');
513: