DBA Data[Home] [Help]

APPS.AMW_AUDIT_PROCEDURES_PVT dependencies on STANDARD

Line 355: -- since the standard default with

351: -- Purpose
352: -- check the requireness of the items which have been marked
353: -- as NOT NULL in table
354: -- Note
355: -- since the standard default with
356: -- FND_API.G_MISS_XXX v.s. NULL has been changed to:
357: -- if user want to update to Null, pass in G_MISS_XXX
358: -- else if user want to update to some value, pass in value
359: -- else if user doesn't want to update, pass in NULL.

Line 362: -- Standards and Templates>Business Object API Coding Standards

358: -- else if user want to update to some value, pass in value
359: -- else if user doesn't want to update, pass in NULL.
360: -- Reference
361: -- http://www-apps.us.oracle.com/atg/performance/
362: -- Standards and Templates>Business Object API Coding Standards
363: -- 2.3.1 Differentiating between Missing parameters and Null parameters
364: -- ===============================================================
365: PROCEDURE check_AP_req_items(
366: p_operate_mode IN VARCHAR2,