DBA Data[Home] [Help]

APPS.FLM_KANBAN dependencies on BOM_PARAMETERS

Line 347: from bom_parameters

343:
344: BEGIN
345: select INHERIT_PHANTOM_OP_SEQ
346: into L_INHERIT_PHANTOM_OP_SEQ
347: from bom_parameters
348: where organization_id = p_org_id;
349:
350: if (p_items.COUNT <= 0 and p_restrict = 1) then
351: return;