DBA Data[Home] [Help]

APPS.ENG_VALIDATE_REF_DESIGNATOR dependencies on DUAL

Line 287: FROM sys.dual

283:
284: BEGIN
285: SELECT 'Planning Bill'
286: INTO l_dummy
287: FROM sys.dual
288: WHERE EXISTS (SELECT 'Planning Item'
289: FROM bom_bill_of_materials bom,
290: mtl_system_items msi,
291: bom_inventory_components bic

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

445: * Procedure : Check_Attributes
446: * Parameters IN : Reference Designator Record as given by the User
447: * Parameters OUT: Return_Status - Indicating success or faliure
448: * Mesg_Token_Tbl - Filled with any errors or warnings
449: * Purpose : Attribute validation will validate individual attributes
450: * and any errors will be populated in the Mesg_Token_Tbl
451: * and returned with a return_status.
452: ********************************************************************/
453: