DBA Data[Home] [Help]

APPS.IEC_AORECDNU_PUB dependencies on STANDARD

Line 9: -- Standard IN Parameters:

5: -- Procedure : SetAORecDNU
6: -- Type : Public API
7: -- Usage : Makes Record mark as do_not_use with specified do not use reason
8: --
9: -- Standard IN Parameters:
10: -- p_api_version IN NUMBER Required
11: -- p_init_msg_list IN VARCHAR2(1) Required
12: -- pass in FND_API.G_FALSE or FND_API.G_TRUE
13: -- p_commit IN VARCHAR2(1) Required

Line 16: -- Standard OUT Parameters:

12: -- pass in FND_API.G_FALSE or FND_API.G_TRUE
13: -- p_commit IN VARCHAR2(1) Required
14: -- pass in FND_API.G_FALSE or FND_API.G_TRUE
15: --
16: -- Standard OUT Parameters:
17: -- x_return_status OUT VARCHAR2(1)
18: -- x_msg_count OUT NUMBER
19: -- x_msg_data OUT VARCHAR2(2000)
20: --