DBA Data[Home] [Help]

APPS.INV_WORKFLOW dependencies on FND_PRODUCT_INSTALLATIONS

Line 92: l_gmf_patch_level fnd_product_installations.patch_level%TYPE;

88: v_process_enabled_flag mtl_parameters.process_enabled_flag%TYPE := NULL;
89: v_requisition_line_id NUMBER := NULL;
90:
91: /* Begin Bug 11823085 */
92: l_gmf_patch_level fnd_product_installations.patch_level%TYPE;
93:
94: CURSOR cur_gmf_patch_level IS
95: SELECT patch_level
96: FROM fnd_product_installations

Line 96: FROM fnd_product_installations

92: l_gmf_patch_level fnd_product_installations.patch_level%TYPE;
93:
94: CURSOR cur_gmf_patch_level IS
95: SELECT patch_level
96: FROM fnd_product_installations
97: WHERE application_id = 555; --GMF product
98: /* End Bug 11823085 */
99:
100: -- Bug 8896018