DBA Data[Home] [Help]

APPS.INVPUOPI dependencies on MTL_CATEGORY_SETS_B

Line 460: from mtl_category_sets_b

456: /* get the structure first */
457: if flex_code = 'MCAT' then
458: select structure_id
459: into struct_id
460: from mtl_category_sets_b
461: where category_set_id = set_id;
462: else
463: struct_id := 101;
464: end if;