DBA Data[Home] [Help]

APPS.AHL_UC_UTILIZATION_PVT dependencies on STANDARD

Line 53: -- Standard IN Parameters :

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

Line 59: -- Standard OUT Parameters :

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