DBA Data[Home] [Help]

APPS.PQH_TSH_BUS dependencies on HR_API

Line 52: hr_api.mandatory_arg_error

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

Line 57: hr_api.mandatory_arg_error

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

Line 88: hr_api.set_security_group_id

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

Line 94: hr_api.set_legislation_context(l_legislation_code);

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

Line 133: hr_api.mandatory_arg_error

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

Line 138: hr_api.mandatory_arg_error

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

Line 144: /*if (( nvl(pqh_tsh_bus.g_transaction_history_id, hr_api.g_number)

140: ,p_argument => 'approval_history_id'
141: ,p_argument_value => p_approval_history_id
142: );
143: --
144: /*if (( nvl(pqh_tsh_bus.g_transaction_history_id, hr_api.g_number)
145: = p_transaction_history_id)
146: and ( nvl(pqh_tsh_bus.g_approval_history_id, hr_api.g_number)
147: = p_approval_history_id)) then
148: --

Line 146: and ( nvl(pqh_tsh_bus.g_approval_history_id, hr_api.g_number)

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