DBA Data[Home] [Help]

APPS.AHL_UC_UTILIZATION_PUB dependencies on STANDARD

Line 52: -- Standard IN Parameters :

48: -- given the details of an item/counter id/counter name/uom_code.
49: -- Casacades the updates down to all the children if the p_cascade_flag is set to 'Y'.
50: -- Pre-reqs :
51: -- Parameters :
52: -- Standard IN Parameters :
53: -- p_api_version IN NUMBER Required
54: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
55: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
56: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL

Line 58: -- Standard OUT Parameters :

54: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
55: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
56: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
57: --
58: -- Standard OUT Parameters :
59: -- x_return_status OUT VARCHAR2 Required
60: -- x_msg_count OUT NUMBER Required
61: -- x_msg_data OUT VARCHAR2 Required
62: --