DBA Data[Home] [Help]

APPS.BOM_VALIDATE_REF_DESIGNATOR dependencies on DUAL

Line 564: FROM sys.dual

560:
561: BEGIN
562: SELECT 'Planning Bill'
563: INTO l_dummy
564: FROM sys.dual
565: WHERE EXISTS (SELECT 'Planning Item'
566: FROM bom_bill_of_materials bom,
567: mtl_system_items msi,
568: bom_inventory_components bic

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

762: * Procedure : Check_Attributes
763: * Parameters IN : Reference Designator Record as given by the User
764: * Parameters OUT: Return_Status - Indicating success or faliure
765: * Mesg_Token_Tbl - Filled with any errors or warnings
766: * Purpose : Attribute validation will validate individual attributes
767: * and any errors will be populated in the Mesg_Token_Tbl
768: * and returned with a return_status.
769: ********************************************************************/
770: