DBA Data[Home] [Help]

APPS.PA_PROJECT_STRUCTURE_PVT1 dependencies on PA_INSTALL

Line 182: l_workplan_license := nvl(pa_install.is_pjt_licensed, 'N');

178: RAISE FND_API.G_EXC_ERROR;
179: END IF;
180:
181: --Check what is licensed.
182: l_workplan_license := nvl(pa_install.is_pjt_licensed, 'N');
183: l_financial_license := nvl(pa_install.is_costing_licensed, 'N');
184:
185: IF (p_calling_flag IS NOT NULL) THEN
186: IF (p_calling_flag = 'WORKPLAN') THEN

Line 183: l_financial_license := nvl(pa_install.is_costing_licensed, 'N');

179: END IF;
180:
181: --Check what is licensed.
182: l_workplan_license := nvl(pa_install.is_pjt_licensed, 'N');
183: l_financial_license := nvl(pa_install.is_costing_licensed, 'N');
184:
185: IF (p_calling_flag IS NOT NULL) THEN
186: IF (p_calling_flag = 'WORKPLAN') THEN
187: l_financial_license := 'N';

Line 266: l_multi_struc_license := 'Y'; --pa_install.is_product_licensed('PA_MULTISTRUCTURE_LICENSED');

262: END IF;
263: */
264:
265: --Check if multistructure is licensed.
266: l_multi_struc_license := 'Y'; --pa_install.is_product_licensed('PA_MULTISTRUCTURE_LICENSED');
267:
268:
269: --Replace dff values with null if not entered.
270: IF (p_attribute_category <> PA_INTERFACE_UTILS_PUB.G_PA_MISS_CHAR OR p_attribute_category IS NULL) THEN