DBA Data[Home] [Help]

APPS.AS_ATA_UHK dependencies on STANDARD

Line 59: -- The above four parameters are standard input.

55: -- It's FND_API.G_VALID_LEVEL_FULL by default.
56: -- p_commit : Whether commit the whole API at the end of API.
57: -- It's FND_API.G_FALSE by default.
58: --
59: -- The above four parameters are standard input.
60: --
61: -- IN :
62: -- p_param1 :
63: -- p_param2 :

Line 82: -- The above three parameters are standard output

78: -- The messages.
79: -- Call FND_MSG_PUB.Count_And_Get to get the message
80: -- count and messages.
81: --
82: -- The above three parameters are standard output
83: -- parameters.
84: --
85: PROCEDURE ATA_Pre(
86: p_api_version_number IN NUMBER,

Line 111: -- The above four parameters are standard input.

107: -- It's FND_API.G_VALID_LEVEL_FULL by default.
108: -- p_commit : Whether commit the whole API at the end of API.
109: -- It's FND_API.G_FALSE by default.
110: --
111: -- The above four parameters are standard input.
112: --
113: -- IN :
114: -- p_param1 :
115: -- p_param2 :

Line 134: -- The above three parameters are standard output

130: -- The messages.
131: -- Call FND_MSG_PUB.Count_And_Get to get the message
132: -- count and messages.
133: --
134: -- The above three parameters are standard output
135: -- parameters.
136: --
137: PROCEDURE ATA_Post(
138: p_api_version_number IN NUMBER,