DBA Data[Home] [Help]

APPS.EGO_ITEM_PVT dependencies on EGO_USER_ATTR_TABLE

Line 4818: -- Returns EGO_USER_ATTR_TABLE containing list of required

4814: --
4815: -- Description:
4816: -- Given an Item whose Primary Keys are passed in, find those attributes
4817: -- whose values are required but is null for the Item.
4818: -- Returns EGO_USER_ATTR_TABLE containing list of required
4819: -- attributes information.
4820: -- -----------------------------------------------------------------------------
4821: --
4822: PROCEDURE Validate_Required_Attrs (

Line 4827: ,x_attributes_req_table OUT NOCOPY EGO_USER_ATTR_TABLE

4823: p_api_version IN NUMBER
4824: ,p_inventory_item_id IN NUMBER
4825: ,p_organization_id IN NUMBER
4826: ,p_revision_id IN NUMBER
4827: ,x_attributes_req_table OUT NOCOPY EGO_USER_ATTR_TABLE
4828: ,x_return_status OUT NOCOPY VARCHAR2
4829: ,x_errorcode OUT NOCOPY NUMBER
4830: ,x_msg_count OUT NOCOPY NUMBER
4831: ,x_msg_data OUT NOCOPY VARCHAR2