DBA Data[Home] [Help]

APPS.BOM_BO_PUB dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 3591: org_organization_definitions org

3587: select decode(enable_unimplemented_boms,'Y',null, sysdate)
3588: into l_bom_header_rec.BOM_Implementation_Date
3589: from bom_structure_types_b stype,
3590: bom_alternate_designators alt,
3591: org_organization_definitions org
3592: where alt.alternate_designator_code = p_Alternate_Bom_Code
3593: and alt.organization_id = org.organization_id
3594: and org.organization_code = p_Organization_Code
3595: and stype.structure_type_id = alt.structure_type_id;