DBA Data[Home] [Help]

APPS.PER_WBI_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 => 'workbench_item_code'
50: ,p_argument_value => p_workbench_item_code
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 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 => 'workbench_item_code'
118: ,p_argument_value => p_workbench_item_code
119: );

Line 121: if ( nvl(per_wbi_bus.g_workbench_item_code, hr_api.g_varchar2)

117: ,p_argument => 'workbench_item_code'
118: ,p_argument_value => p_workbench_item_code
119: );
120: --
121: if ( nvl(per_wbi_bus.g_workbench_item_code, hr_api.g_varchar2)
122: = p_workbench_item_code) 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

Line 260: hr_api.mandatory_arg_error

256:
257:
258: If p_workbench_item_type Is Not Null Then
259:
260: hr_api.mandatory_arg_error
261: (p_api_name => l_proc
262: ,p_argument => 'EFFECTIVE_DATE'
263: ,p_argument_value => p_effective_date
264: );

Line 265: If hr_api.not_exists_in_hr_lookups

261: (p_api_name => l_proc
262: ,p_argument => 'EFFECTIVE_DATE'
263: ,p_argument_value => p_effective_date
264: );
265: If hr_api.not_exists_in_hr_lookups
266: (p_effective_date => p_effective_date
267: ,p_lookup_type => 'PER_RI_WORKBENCH_ITEM_TYPE'
268: ,p_lookup_code => p_workbench_item_type
269: ) Then