DBA Data[Home] [Help]

APPS.HZ_ORGANIZATION_INFO_V2PUB dependencies on FND_API

Line 73: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

69: *
70: * ARGUMENTS
71: * IN:
72: * p_init_msg_list Initialize message stack if it is set to
73: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
74: * p_financial_report_rec Financial report record.
75: * IN/OUT:
76: * OUT:
77: * x_financial_report_id Financial report ID.

Line 79: * be FND_API.G_RET_STS_SUCCESS (success),

75: * IN/OUT:
76: * OUT:
77: * x_financial_report_id Financial report ID.
78: * x_return_status Return status after the call. The status can
79: * be FND_API.G_RET_STS_SUCCESS (success),
80: * FND_API.G_RET_STS_ERROR (error),
81: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
82: * x_msg_count Number of messages in message stack.
83: * x_msg_data Message text if x_msg_count is 1.

Line 80: * FND_API.G_RET_STS_ERROR (error),

76: * OUT:
77: * x_financial_report_id Financial report ID.
78: * x_return_status Return status after the call. The status can
79: * be FND_API.G_RET_STS_SUCCESS (success),
80: * FND_API.G_RET_STS_ERROR (error),
81: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
82: * x_msg_count Number of messages in message stack.
83: * x_msg_data Message text if x_msg_count is 1.
84: *

Line 81: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

77: * x_financial_report_id Financial report ID.
78: * x_return_status Return status after the call. The status can
79: * be FND_API.G_RET_STS_SUCCESS (success),
80: * FND_API.G_RET_STS_ERROR (error),
81: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
82: * x_msg_count Number of messages in message stack.
83: * x_msg_data Message text if x_msg_count is 1.
84: *
85: * NOTES

Line 103: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

99: * @rep:businessevent oracle.apps.ar.hz.FinancialReport.create
100: * @rep:doccd 120hztig.pdf Organization Information APIs, Oracle Trading Community Architecture Technical Implementation Guide
101: */
102: PROCEDURE create_financial_report(
103: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
104: p_financial_report_rec IN FINANCIAL_REPORT_REC_TYPE,
105: x_financial_report_id OUT NOCOPY NUMBER,
106: x_return_status OUT NOCOPY VARCHAR2,
107: x_msg_count OUT NOCOPY NUMBER,

Line 122: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

118: *
119: * ARGUMENTS
120: * IN:
121: * p_init_msg_list Initialize message stack if it is set to
122: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
123: * p_financial_report_rec Financial report record.
124: * IN/OUT:
125: * p_object_version_number Used for locking the being updated record.
126: * OUT:

Line 129: * be FND_API.G_RET_STS_SUCCESS (success),

125: * p_object_version_number Used for locking the being updated record.
126: * OUT:
127: * x_financial_report_id Financial report ID.
128: * x_return_status Return status after the call. The status can
129: * be FND_API.G_RET_STS_SUCCESS (success),
130: * FND_API.G_RET_STS_ERROR (error),
131: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
132: * x_msg_count Number of messages in message stack.
133: * x_msg_data Message text if x_msg_count is 1.

Line 130: * FND_API.G_RET_STS_ERROR (error),

126: * OUT:
127: * x_financial_report_id Financial report ID.
128: * x_return_status Return status after the call. The status can
129: * be FND_API.G_RET_STS_SUCCESS (success),
130: * FND_API.G_RET_STS_ERROR (error),
131: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
132: * x_msg_count Number of messages in message stack.
133: * x_msg_data Message text if x_msg_count is 1.
134: *

Line 131: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

127: * x_financial_report_id Financial report ID.
128: * x_return_status Return status after the call. The status can
129: * be FND_API.G_RET_STS_SUCCESS (success),
130: * FND_API.G_RET_STS_ERROR (error),
131: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
132: * x_msg_count Number of messages in message stack.
133: * x_msg_data Message text if x_msg_count is 1.
134: *
135: * NOTES

Line 152: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

148: * @rep:businessevent oracle.apps.ar.hz.FinancialReport.update
149: * @rep:doccd 120hztig.pdf Organization Information APIs, Oracle Trading Community Architecture Technical Implementation Guide
150: */
151: PROCEDURE update_financial_report(
152: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
153: p_financial_report_rec IN FINANCIAL_REPORT_REC_TYPE,
154: p_object_version_number IN OUT NOCOPY NUMBER,
155: x_return_status OUT NOCOPY VARCHAR2,
156: x_msg_count OUT NOCOPY NUMBER,

Line 172: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

168: *
169: * ARGUMENTS
170: * IN:
171: * p_init_msg_list Initialize message stack if it is set to
172: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
173: * p_financial_number_rec Financial Number record.
174: * IN/OUT:
175: * OUT:
176: * x_financial_number_id Financial Number Id.

Line 178: * be FND_API.G_RET_STS_SUCCESS (success),

174: * IN/OUT:
175: * OUT:
176: * x_financial_number_id Financial Number Id.
177: * x_return_status Return status after the call. The status can
178: * be FND_API.G_RET_STS_SUCCESS (success),
179: * FND_API.G_RET_STS_ERROR (error),
180: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
181: * x_msg_count Number of messages in message stack.
182: * x_msg_data Message text if x_msg_count is 1.

Line 179: * FND_API.G_RET_STS_ERROR (error),

175: * OUT:
176: * x_financial_number_id Financial Number Id.
177: * x_return_status Return status after the call. The status can
178: * be FND_API.G_RET_STS_SUCCESS (success),
179: * FND_API.G_RET_STS_ERROR (error),
180: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
181: * x_msg_count Number of messages in message stack.
182: * x_msg_data Message text if x_msg_count is 1.
183: *

Line 180: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

176: * x_financial_number_id Financial Number Id.
177: * x_return_status Return status after the call. The status can
178: * be FND_API.G_RET_STS_SUCCESS (success),
179: * FND_API.G_RET_STS_ERROR (error),
180: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
181: * x_msg_count Number of messages in message stack.
182: * x_msg_data Message text if x_msg_count is 1.
183: *
184: * NOTES

Line 201: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

197: * @rep:businessevent oracle.apps.ar.hz.FinancialNumber.create
198: * @rep:doccd 120hztig.pdf Organization Information APIs, Oracle Trading Community Architecture Technical Implementation Guide
199: */
200: PROCEDURE create_financial_number(
201: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
202: p_financial_number_rec IN FINANCIAL_NUMBER_REC_TYPE,
203: x_financial_number_id OUT NOCOPY NUMBER,
204: x_return_status OUT NOCOPY VARCHAR2,
205: x_msg_count OUT NOCOPY NUMBER,

Line 220: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

216: *
217: * ARGUMENTS
218: * IN:
219: * p_init_msg_list Initialize message stack if it is set to
220: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
221: * p_financial_number_rec Financial Number record.
222: * IN/OUT:
223: * p_object_version_number Used for locking the being updated record.
224: * OUT:

Line 227: * be FND_API.G_RET_STS_SUCCESS (success),

223: * p_object_version_number Used for locking the being updated record.
224: * OUT:
225: * x_financial_number_id Financial Number Id.
226: * x_return_status Return status after the call. The status can
227: * be FND_API.G_RET_STS_SUCCESS (success),
228: * FND_API.G_RET_STS_ERROR (error),
229: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
230: * x_msg_count Number of messages in message stack.
231: * x_msg_data Message text if x_msg_count is 1.

Line 228: * FND_API.G_RET_STS_ERROR (error),

224: * OUT:
225: * x_financial_number_id Financial Number Id.
226: * x_return_status Return status after the call. The status can
227: * be FND_API.G_RET_STS_SUCCESS (success),
228: * FND_API.G_RET_STS_ERROR (error),
229: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
230: * x_msg_count Number of messages in message stack.
231: * x_msg_data Message text if x_msg_count is 1.
232: *

Line 229: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

225: * x_financial_number_id Financial Number Id.
226: * x_return_status Return status after the call. The status can
227: * be FND_API.G_RET_STS_SUCCESS (success),
228: * FND_API.G_RET_STS_ERROR (error),
229: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
230: * x_msg_count Number of messages in message stack.
231: * x_msg_data Message text if x_msg_count is 1.
232: *
233: * NOTES

Line 250: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

246: * @rep:businessevent oracle.apps.ar.hz.FinancialNumber.update
247: * @rep:doccd 120hztig.pdf Organization Information APIs, Oracle Trading Community Architecture Technical Implementation Guide
248: */
249: PROCEDURE update_financial_number(
250: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
251: p_financial_number_rec IN FINANCIAL_NUMBER_REC_TYPE,
252: p_object_version_number IN OUT NOCOPY NUMBER,
253: x_return_status OUT NOCOPY VARCHAR2,
254: x_msg_count OUT NOCOPY NUMBER,

Line 269: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

265: *
266: * ARGUMENTS
267: * IN:
268: * p_init_msg_list Initialize message stack if it is set to
269: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
270: * p_financial_report_id Financial Report Id.
271: * IN/OUT:
272: * OUT:
273: * x_financial_report_rec Financial Report Record.

Line 275: * be FND_API.G_RET_STS_SUCCESS (success),

271: * IN/OUT:
272: * OUT:
273: * x_financial_report_rec Financial Report Record.
274: * x_return_status Return status after the call. The status can
275: * be FND_API.G_RET_STS_SUCCESS (success),
276: * FND_API.G_RET_STS_ERROR (error),
277: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
278: * x_msg_count Number of messages in message stack.
279: * x_msg_data Message text if x_msg_count is 1.

Line 276: * FND_API.G_RET_STS_ERROR (error),

272: * OUT:
273: * x_financial_report_rec Financial Report Record.
274: * x_return_status Return status after the call. The status can
275: * be FND_API.G_RET_STS_SUCCESS (success),
276: * FND_API.G_RET_STS_ERROR (error),
277: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
278: * x_msg_count Number of messages in message stack.
279: * x_msg_data Message text if x_msg_count is 1.
280: *

Line 277: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

273: * x_financial_report_rec Financial Report Record.
274: * x_return_status Return status after the call. The status can
275: * be FND_API.G_RET_STS_SUCCESS (success),
276: * FND_API.G_RET_STS_ERROR (error),
277: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
278: * x_msg_count Number of messages in message stack.
279: * x_msg_data Message text if x_msg_count is 1.
280: *
281: * NOTES

Line 290: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

286: *
287: */
288:
289: PROCEDURE get_financial_report_rec (
290: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
291: p_financial_report_id IN NUMBER,
292: p_financial_report_rec OUT NOCOPY FINANCIAL_REPORT_REC_TYPE,
293: x_return_status OUT NOCOPY VARCHAR2,
294: x_msg_count OUT NOCOPY NUMBER,

Line 309: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

305: *
306: * ARGUMENTS
307: * IN:
308: * p_init_msg_list Initialize message stack if it is set to
309: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
310: * p_financial_number_id Financial number Id.
311: * IN/OUT:
312: * OUT:
313: * x_financial_number_rec Financial Number Record.

Line 315: * be FND_API.G_RET_STS_SUCCESS (success),

311: * IN/OUT:
312: * OUT:
313: * x_financial_number_rec Financial Number Record.
314: * x_return_status Return status after the call. The status can
315: * be FND_API.G_RET_STS_SUCCESS (success),
316: * FND_API.G_RET_STS_ERROR (error),
317: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
318: * x_msg_count Number of messages in message stack.
319: * x_msg_data Message text if x_msg_count is 1.

Line 316: * FND_API.G_RET_STS_ERROR (error),

312: * OUT:
313: * x_financial_number_rec Financial Number Record.
314: * x_return_status Return status after the call. The status can
315: * be FND_API.G_RET_STS_SUCCESS (success),
316: * FND_API.G_RET_STS_ERROR (error),
317: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
318: * x_msg_count Number of messages in message stack.
319: * x_msg_data Message text if x_msg_count is 1.
320: *

Line 317: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

313: * x_financial_number_rec Financial Number Record.
314: * x_return_status Return status after the call. The status can
315: * be FND_API.G_RET_STS_SUCCESS (success),
316: * FND_API.G_RET_STS_ERROR (error),
317: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
318: * x_msg_count Number of messages in message stack.
319: * x_msg_data Message text if x_msg_count is 1.
320: *
321: * NOTES

Line 330: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

326: *
327: */
328:
329: PROCEDURE get_financial_number_rec (
330: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
331: p_financial_number_id IN NUMBER,
332: p_financial_number_rec OUT NOCOPY FINANCIAL_NUMBER_REC_TYPE,
333: x_return_status OUT NOCOPY VARCHAR2,
334: x_msg_count OUT NOCOPY NUMBER,