DBA Data[Home] [Help]

APPS.EGO_ITEM_PVT dependencies on EGO_USER_ATTR_TABLE

Line 364: -- Returns EGO_USER_ATTR_TABLE containing list of required

360: --
361: -- Description:
362: -- Given an Item whose Primary Keys are passed in, find those attributes
363: -- whose values are required but is null for the Item.
364: -- Returns EGO_USER_ATTR_TABLE containing list of required
365: -- attributes information.
366: -- -----------------------------------------------------------------------------
367: --
368: PROCEDURE Validate_Required_Attrs (

Line 373: ,x_attributes_req_table OUT NOCOPY EGO_USER_ATTR_TABLE

369: p_api_version IN NUMBER
370: ,p_inventory_item_id IN NUMBER
371: ,p_organization_id IN NUMBER
372: ,p_revision_id IN NUMBER DEFAULT NULL
373: ,x_attributes_req_table OUT NOCOPY EGO_USER_ATTR_TABLE
374: ,x_return_status OUT NOCOPY VARCHAR2
375: ,x_errorcode OUT NOCOPY NUMBER
376: ,x_msg_count OUT NOCOPY NUMBER
377: ,x_msg_data OUT NOCOPY VARCHAR2