DBA Data[Home] [Help]

APPS.WIP_GLOBALS dependencies on BOM_PARAMETERS

Line 327: FROM BOM_PARAMETERS

323: begin
324:
325: Select USE_PHANTOM_ROUTINGS
326: INTO x_use_phantom_routings
327: FROM BOM_PARAMETERS
328: WHERE organization_Id = p_org_id;
329:
330: if (x_use_phantom_routings = 1 ) then
331: return 1 ;

Line 350: FROM BOM_PARAMETERS

346: begin
347:
348: Select INHERIT_PHANTOM_OP_SEQ
349: INTO x_inherit_phantom_op_seq
350: FROM BOM_PARAMETERS
351: WHERE organization_Id = p_org_id;
352:
353: if (x_inherit_phantom_op_seq = 1 ) then
354: return 1 ;