DBA Data[Home] [Help]

APPS.WIP_COMMON dependencies on MTL_DEFAULT_CATEGORY_SETS

Line 67: from mtl_default_category_sets mdcs, mtl_item_categories mic,

63: -- Standard Costing Organization
64: begin
65: select wdcac.std_discrete_class, wdcac.repetitive_assy_class
66: into V_DISC_CLASS, V_REP_CLASS
67: from mtl_default_category_sets mdcs, mtl_item_categories mic,
68: wip_def_cat_acc_classes wdcac
69: where
70: mdcs.functional_area_id = V_PRODUCT_LINE and
71: mdcs.category_set_id = mic.category_set_id and

Line 146: from mtl_default_category_sets mdcs, mtl_item_categories mic,

142:
143: begin
144: select wdcac.std_discrete_class
145: into V_DISC_CLASS
146: from mtl_default_category_sets mdcs, mtl_item_categories mic,
147: wip_def_cat_acc_classes wdcac
148: where
149: mdcs.functional_area_id = V_PRODUCT_LINE and
150: mdcs.category_set_id = mic.category_set_id and