DBA Data[Home] [Help]

APPS.WIP_BFLPROC_PRIV dependencies on BOM_STRUCTURES_B

Line 1147: from bom_structures_b

1143: /* Fix for bug 4771231. Get bill type(bom or eng bill) and pass it to
1144: bom exploder */
1145:
1146: select assembly_type into l_bom_or_eng_flag
1147: from bom_structures_b
1148: where assembly_item_id = p_itemID
1149: and organization_id = p_orgID
1150: and nvl(alternate_bom_designator, '@@@@@') = NVL(p_altBomDesig, '@@@@@'); /* Bug 5139022 Added NVL functions */
1151: