DBA Data[Home] [Help]

APPS.PAY_EGU_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 => 'event_group_usage_id'
50: ,p_argument_value => p_event_group_usage_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 => 'event_group_usage_id'
119: ,p_argument_value => p_event_group_usage_id
120: );

Line 122: if ( nvl(pay_egu_bus.g_event_group_usage_id, hr_api.g_number)

118: ,p_argument => 'event_group_usage_id'
119: ,p_argument_value => p_event_group_usage_id
120: );
121: --
122: if ( nvl(pay_egu_bus.g_event_group_usage_id, hr_api.g_number)
123: = p_event_group_usage_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 256: hr_api.mandatory_arg_error

252: hr_utility.set_location('Entering:'|| l_proc, 10);
253: --
254: -- ELEMENT_SET_ID is mandatory.
255: --
256: hr_api.mandatory_arg_error
257: (p_api_name => l_proc
258: ,p_argument => 'ELEMENT_SET_ID'
259: ,p_argument_value => p_element_set_id
260: );

Line 361: hr_api.mandatory_arg_error

357: hr_utility.set_location('Entering:'|| l_proc, 10);
358: --
359: -- EVENT_GROUP_ID is mandatory.
360: --
361: hr_api.mandatory_arg_error
362: (p_api_name => l_proc
363: ,p_argument => 'EVENT_GROUP_ID'
364: ,p_argument_value => p_event_group_id
365: );

Line 458: egu.legislation_code = hr_api.return_legislation_code(p_business_group_id )))

454: or ( p_business_group_id is not null and p_business_group_id = egu.business_group_id )
455: or ( p_business_group_id is not null and
456: egu.legislation_code is null and egu.business_group_id is null )
457: or ( p_business_group_id is not null and
458: egu.legislation_code = hr_api.return_legislation_code(p_business_group_id )))
459: and ( p_legislation_code is null
460: or ( p_legislation_code is not null and p_legislation_code = egu.legislation_code )
461: or ( p_legislation_code is not null and
462: egu.legislation_code is null and egu.business_group_id is null)

Line 464: p_legislation_code = hr_api.return_legislation_code(egu.business_group_id )));

460: or ( p_legislation_code is not null and p_legislation_code = egu.legislation_code )
461: or ( p_legislation_code is not null and
462: egu.legislation_code is null and egu.business_group_id is null)
463: or ( p_legislation_code is not null and
464: p_legislation_code = hr_api.return_legislation_code(egu.business_group_id )));
465:
466: l_proc varchar2(100) := g_package || 'chk_event_group_ele_set';
467: l_exists varchar2(1);
468: --

Line 604: hr_api.validate_bus_grp_id

600: NOT IN ('GENERIC','STARTUP') THEN
601: --
602: -- Validate Important Attributes
603: --
604: hr_api.validate_bus_grp_id
605: (p_business_group_id => p_rec.business_group_id
606: ,p_associated_column1 => pay_egu_shd.g_tab_nam
607: || '.BUSINESS_GROUP_ID');
608: --