DBA Data[Home] [Help]

APPS.WIP_BFLPROC_PRIV dependencies on BOM_STRUCTURES_B

Line 1121: from bom_structures_b

1117: /* Fix for bug 4771231. Get bill type(bom or eng bill) and pass it to
1118: bom exploder */
1119:
1120: select assembly_type into l_bom_or_eng_flag
1121: from bom_structures_b
1122: where assembly_item_id = p_itemID
1123: and organization_id = p_orgID
1124: and nvl(alternate_bom_designator, '@@@@@') = NVL(p_altBomDesig, '@@@@@'); /* Bug 5139022 Added NVL functions */
1125: