DBA Data[Home] [Help]

APPS.PQH_TCD_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 => 'document_id'
56: ,p_argument_value => p_document_id
57: );

Line 58: hr_api.mandatory_arg_error

54: (p_api_name => l_proc
55: ,p_argument => 'document_id'
56: ,p_argument_value => p_document_id
57: );
58: hr_api.mandatory_arg_error
59: (p_api_name => l_proc
60: ,p_argument => 'transaction_category_id'
61: ,p_argument_value => p_transaction_category_id
62: );

Line 87: hr_api.set_security_group_id

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

Line 93: hr_api.set_legislation_context(l_legislation_code);

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

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 => 'document_id'
136: ,p_argument_value => p_document_id
137: );

Line 138: hr_api.mandatory_arg_error

134: (p_api_name => l_proc
135: ,p_argument => 'document_id'
136: ,p_argument_value => p_document_id
137: );
138: hr_api.mandatory_arg_error
139: (p_api_name => l_proc
140: ,p_argument => 'transaction_category_id'
141: ,p_argument_value => p_transaction_category_id
142: );

Line 144: if (( nvl(pqh_tcd_bus.g_document_id, hr_api.g_number)

140: ,p_argument => 'transaction_category_id'
141: ,p_argument_value => p_transaction_category_id
142: );
143: --
144: if (( nvl(pqh_tcd_bus.g_document_id, hr_api.g_number)
145: = p_document_id)
146: and ( nvl(pqh_tcd_bus.g_transaction_category_id, hr_api.g_number)
147: = p_transaction_category_id)) then
148: --

Line 146: and ( nvl(pqh_tcd_bus.g_transaction_category_id, hr_api.g_number)

142: );
143: --
144: if (( nvl(pqh_tcd_bus.g_document_id, hr_api.g_number)
145: = p_document_id)
146: and ( nvl(pqh_tcd_bus.g_transaction_category_id, hr_api.g_number)
147: = p_transaction_category_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