DBA Data[Home] [Help]

APPS.WIP_FLOW_UTILITIES dependencies on STANDARD

Line 172: and bom_item_type = 4 ; -- Standard Type

168: and bom_enabled_flag = 'Y'
169: and eng_item_flag = decode(x_see_eng_item,
170: 1, eng_item_flag,
171: 'N')
172: and bom_item_type = 4 ; -- Standard Type
173: if (x_success = 0) then
174:
175:
176: fnd_message.set_name('WIP', 'WIP_ERROR_SUBST_ASSEMBLY');

Line 202: and bom_item_type = 4 ; -- Standard Type

198: and eng_item_flag = decode(x_see_eng_item,
199: 1, eng_item_flag,
200: 'N')
201: and sub_rec.substitution_type_id in (1,3)
202: and bom_item_type = 4 ; -- Standard Type
203:
204: if (x_success = 0) then
205:
206: