DBA Data[Home] [Help]

APPS.CSTPSCCR dependencies on BOM_ALTERNATE_DESIGNATORS

Line 3350: from bom_alternate_designators bad

3346: ))
3347: )
3348: AND EXISTS(
3349: select 'ALternate Exist in the organizations'
3350: from bom_alternate_designators bad
3351: where bad.organization_id = csllc.organization_id
3352: and bad.alternate_designator_code = l_snapshot_designator
3353: )
3354: AND NOT EXISTS(

Line 3555: from bom_alternate_designators bad

3551: )
3552: )
3553: AND EXISTS (
3554: select 'ALternate Exist in the organization'
3555: from bom_alternate_designators bad
3556: where bad.organization_id = csllc.organization_id
3557: and bad.alternate_designator_code = l_snapshot_designator
3558: )
3559: AND NOT EXISTS(