DBA Data[Home] [Help]

APPS.WIP_BFLPROC_PRIV dependencies on FND_PROFILE

Line 1037: to_number(fnd_profile.value('WIP_SEE_ENG_ITEMS')) = wip_constants.yes )); --FP Bug 6502612

1033: where b.assembly_item_id = p_itemID
1034: and b.organization_id = p_orgID
1035: and nvl(b.alternate_bom_designator, '@@@@@') = NVL(p_altBomDesig, '@@@@@')
1036: and (b.assembly_type = wip_constants.manufacturing_bill or --FP Bug 6502612
1037: to_number(fnd_profile.value('WIP_SEE_ENG_ITEMS')) = wip_constants.yes )); --FP Bug 6502612
1038:
1039: /******
1040: select a.organization_id, a.bill_sequence_id
1041: into l_cmnOrgID, l_cmnBillID