DBA Data[Home] [Help]

APPS.PQP_FXT_BUS dependencies on HR_API

Line 47: hr_api.mandatory_arg_error

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

Line 74: hr_api.set_security_group_id

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

Line 80: hr_api.set_legislation_context(l_legislation_code);

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

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 => 'flxdu_xml_tag_id'
119: ,p_argument_value => p_flxdu_xml_tag_id
120: );

Line 122: if ( nvl(pqp_fxt_bus.g_flxdu_xml_tag_id, hr_api.g_number)

118: ,p_argument => 'flxdu_xml_tag_id'
119: ,p_argument_value => p_flxdu_xml_tag_id
120: );
121: --
122: if ( nvl(pqp_fxt_bus.g_flxdu_xml_tag_id, hr_api.g_number)
123: = p_flxdu_xml_tag_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 227: hr_api.validate_bus_grp_id

223: hr_utility.set_location('Entering:'||l_proc, 5);
224: --
225: -- Call all supporting business operations
226: --
227: hr_api.validate_bus_grp_id
228: (p_business_group_id => p_rec.business_group_id
229: ,p_associated_column1 => pqp_fxt_shd.g_tab_nam
230: || '.BUSINESS_GROUP_ID');
231: --

Line 258: hr_api.validate_bus_grp_id

254: hr_utility.set_location('Entering:'||l_proc, 5);
255: --
256: -- Call all supporting business operations
257: --
258: hr_api.validate_bus_grp_id
259: (p_business_group_id => p_rec.business_group_id
260: ,p_associated_column1 => pqp_fxt_shd.g_tab_nam
261: || '.BUSINESS_GROUP_ID');
262: --