DBA Data[Home] [Help]

APPS.AMW_RISK_PVT dependencies on STANDARD

Line 364: -- since the standard default with

360: -- Purpose
361: -- check the requireness of the items which have been marked
362: -- as NOT NULL in table
363: -- Note
364: -- since the standard default with
365: -- FND_API.G_MISS_XXX v.s. NULL has been changed to:
366: -- if user want to update to Null, pass in G_MISS_XXX
367: -- else if user want to update to some value, pass in value
368: -- else if user doesn't want to update, pass in NULL.

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

367: -- else if user want to update to some value, pass in value
368: -- else if user doesn't want to update, pass in NULL.
369: -- Reference
370: -- http://www-apps.us.oracle.com/atg/performance/
371: -- Standards and Templates>Business Object API Coding Standards
372: -- 2.3.1 Differentiating between Missing parameters and Null parameters
373: -- ===============================================================
374: PROCEDURE check_risk_req_items(
375: p_operate_mode IN VARCHAR2,