DBA Data[Home] [Help]

APPS.PQH_TAH_BUS dependencies on HR_API

Line 53: hr_api.mandatory_arg_error

49: hr_utility.set_location('Entering:'|| l_proc, 10);
50: --
51: -- Ensure that all the mandatory parameter are not null
52: --
53: hr_api.mandatory_arg_error
54: (p_api_name => l_proc
55: ,p_argument => 'approval_history_id'
56: ,p_argument_value => p_approval_history_id
57: );

Line 58: hr_api.mandatory_arg_error

54: (p_api_name => l_proc
55: ,p_argument => 'approval_history_id'
56: ,p_argument_value => p_approval_history_id
57: );
58: hr_api.mandatory_arg_error
59: (p_api_name => l_proc
60: ,p_argument => 'transaction_history_id'
61: ,p_argument_value => p_transaction_history_id
62: );

Line 89: hr_api.set_security_group_id

85: close csr_sec_grp;
86: --
87: -- Set the security_group_id in CLIENT_INFO
88: --
89: hr_api.set_security_group_id
90: (p_security_group_id => l_security_group_id
91: );
92: --
93: -- Set the sessions legislation context in HR_SESSION_DATA

Line 95: hr_api.set_legislation_context(l_legislation_code);

91: );
92: --
93: -- Set the sessions legislation context in HR_SESSION_DATA
94: --
95: hr_api.set_legislation_context(l_legislation_code);
96: end if;*/
97: --
98: hr_utility.set_location(' Leaving:'|| l_proc, 20);
99: --

Line 135: hr_api.mandatory_arg_error

131: hr_utility.set_location('Entering:'|| l_proc, 10);
132: --
133: -- Ensure that all the mandatory parameter are not null
134: --
135: hr_api.mandatory_arg_error
136: (p_api_name => l_proc
137: ,p_argument => 'approval_history_id'
138: ,p_argument_value => p_approval_history_id
139: );

Line 140: hr_api.mandatory_arg_error

136: (p_api_name => l_proc
137: ,p_argument => 'approval_history_id'
138: ,p_argument_value => p_approval_history_id
139: );
140: hr_api.mandatory_arg_error
141: (p_api_name => l_proc
142: ,p_argument => 'transaction_history_id'
143: ,p_argument_value => p_transaction_history_id
144: );

Line 146: /*if (( nvl(pqh_tah_bus.g_approval_history_id, hr_api.g_number)

142: ,p_argument => 'transaction_history_id'
143: ,p_argument_value => p_transaction_history_id
144: );
145: --
146: /*if (( nvl(pqh_tah_bus.g_approval_history_id, hr_api.g_number)
147: = p_approval_history_id)
148: and ( nvl(pqh_tah_bus.g_transaction_history_id, hr_api.g_number)
149: = p_transaction_history_id)) then
150: --

Line 148: and ( nvl(pqh_tah_bus.g_transaction_history_id, hr_api.g_number)

144: );
145: --
146: /*if (( nvl(pqh_tah_bus.g_approval_history_id, hr_api.g_number)
147: = p_approval_history_id)
148: and ( nvl(pqh_tah_bus.g_transaction_history_id, hr_api.g_number)
149: = p_transaction_history_id)) then
150: --
151: -- The legislation code has already been found with a previous
152: -- call to this function. Just return the value in the global