DBA Data[Home] [Help]

APPS.PQP_FFA_BUS dependencies on HR_API

Line 48: hr_api.mandatory_arg_error

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

Line 75: hr_api.set_security_group_id

71: close csr_sec_grp;
72: --
73: -- Set the security_group_id in CLIENT_INFO
74: --
75: hr_api.set_security_group_id
76: (p_security_group_id => l_security_group_id
77: );
78: --
79: -- Set the sessions legislation context in HR_SESSION_DATA

Line 81: hr_api.set_legislation_context(l_legislation_code);

77: );
78: --
79: -- Set the sessions legislation context in HR_SESSION_DATA
80: --
81: hr_api.set_legislation_context(l_legislation_code);
82: end if;
83: --
84: hr_utility.set_location(' Leaving:'|| l_proc, 20);
85: --

Line 115: hr_api.mandatory_arg_error

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

Line 121: if ( nvl(pqp_ffa_bus.g_flxdu_func_attribute_id, hr_api.g_number)

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