DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on BOM_PARAMETERS

Line 20434: FROM BOM_PARAMETERS

20430:
20431: l_stmt_num := 560.2;
20432: SELECT nvl(use_phantom_routings, 0)
20433: INTO l_use_phantom_routings
20434: FROM BOM_PARAMETERS
20435: WHERE ORGANIZATION_ID = p_org_id;
20436:
20437: IF (l_use_phantom_routings = 1 and l_sub_type = WSM_SUB_REC) THEN
20438: fnd_message.set_name('WSM','WSM_COMP_USE_PHANTOM_RTG');