DBA Data[Home] [Help]

APPS.CSTPSCCR dependencies on BOM_ALTERNATE_DESIGNATORS

Line 3351: from bom_alternate_designators bad

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

Line 3556: from bom_alternate_designators bad

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