DBA Data[Home] [Help]

APPS.EGO_ITEM_PVT dependencies on EGO_USER_ATTR_TABLE

Line 5314: -- Returns EGO_USER_ATTR_TABLE containing list of required

5310: --
5311: -- Description:
5312: -- Given an Item whose Primary Keys are passed in, find those attributes
5313: -- whose values are required but is null for the Item.
5314: -- Returns EGO_USER_ATTR_TABLE containing list of required
5315: -- attributes information.
5316: -- -----------------------------------------------------------------------------
5317: --
5318: PROCEDURE Validate_Required_Attrs (

Line 5323: ,x_attributes_req_table OUT NOCOPY EGO_USER_ATTR_TABLE

5319: p_api_version IN NUMBER
5320: ,p_inventory_item_id IN NUMBER
5321: ,p_organization_id IN NUMBER
5322: ,p_revision_id IN NUMBER
5323: ,x_attributes_req_table OUT NOCOPY EGO_USER_ATTR_TABLE
5324: ,x_return_status OUT NOCOPY VARCHAR2
5325: ,x_errorcode OUT NOCOPY NUMBER
5326: ,x_msg_count OUT NOCOPY NUMBER
5327: ,x_msg_data OUT NOCOPY VARCHAR2