DBA Data[Home] [Help]

APPS.ARTA_MISC_CALLS SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 3

FUNCTION cpgr_check_pending_updates (
                cust_num VARCHAR2)
        RETURN NUMBER IS
/* $Header: ARTAESEB.pls 120.0 2005/07/28 18:36:39 mantani noship $ */
        BEGIN
                RETURN (0);
Line: 9

END cpgr_check_pending_updates;