DBA Data[Home] [Help]

APPS.BOM_VALIDATE_REF_DESIGNATOR dependencies on DUAL

Line 477: FROM sys.dual

473:
474: BEGIN
475: SELECT 'Planning Bill'
476: INTO l_dummy
477: FROM sys.dual
478: WHERE EXISTS (SELECT 'Planning Item'
479: FROM bom_bill_of_materials bom,
480: mtl_system_items msi,
481: bom_inventory_components bic

Line 678: * Purpose : Attribute validation will validate individual attributes

674: * Procedure : Check_Attributes
675: * Parameters IN : Reference Designator Record as given by the User
676: * Parameters OUT: Return_Status - Indicating success or faliure
677: * Mesg_Token_Tbl - Filled with any errors or warnings
678: * Purpose : Attribute validation will validate individual attributes
679: * and any errors will be populated in the Mesg_Token_Tbl
680: * and returned with a return_status.
681: ********************************************************************/
682: