DBA Data[Home] [Help]

APPS.CST_REVENUECOGSMATCH_GRP dependencies on STANDARD

Line 24: -- STANDARD PARAMETERS --

20: -- --
21: -- --
22: -- VERSION 1.0 --
23: -- --
24: -- STANDARD PARAMETERS --
25: -- P_API_VERSION API Version # - REQUIRED: enter 1.0 --
26: -- P_INIT_MSG_LIST Initialize message list? True/False --
27: -- P_COMMIT Should the API commit before returning? True/False --
28: -- P_VALIDATION_LEVEL Specify the level of validation on the inputs --

Line 88: -- Standard start of API savepoint

84: 'p_inventory_item_id = '||p_inventory_item_id
85: );
86: END IF;
87:
88: -- Standard start of API savepoint
89: SAVEPOINT Receive_CloseLineEvent_GRP;
90:
91: -- Standard call to check for call compatibility
92: IF NOT FND_API.Compatible_API_Call (

Line 91: -- Standard call to check for call compatibility

87:
88: -- Standard start of API savepoint
89: SAVEPOINT Receive_CloseLineEvent_GRP;
90:
91: -- Standard call to check for call compatibility
92: IF NOT FND_API.Compatible_API_Call (
93: l_api_version,
94: p_api_version,
95: l_api_name,

Line 168: -- Standard check of p_commit

164: AND gps.set_of_books_id = l_ledger_id;
165:
166: -- End API Body
167:
168: -- Standard check of p_commit
169: IF FND_API.to_Boolean(p_commit) THEN
170: COMMIT;
171: END IF;
172:

Line 256: -- STANDARD PARAMETERS --

252: -- --
253: -- --
254: -- VERSION 1.0 --
255: -- --
256: -- STANDARD PARAMETERS --
257: -- P_API_VERSION API Version # - REQUIRED: enter 1.0 --
258: -- P_INIT_MSG_LIST Initialize message list? True/False --
259: -- P_COMMIT Should the API commit before returning? True/False --
260: -- P_VALIDATION_LEVEL Specify the level of validation on the inputs --

Line 319: -- Standard start of API savepoint

315: 'p_effective_period_num = '||p_effective_period_num
316: );
317: END IF;
318:
319: -- Standard start of API savepoint
320: SAVEPOINT Return_PeriodStatuses_GRP;
321:
322: -- Standard call to check for call compatibility
323: IF NOT FND_API.Compatible_API_Call (

Line 322: -- Standard call to check for call compatibility

318:
319: -- Standard start of API savepoint
320: SAVEPOINT Return_PeriodStatuses_GRP;
321:
322: -- Standard call to check for call compatibility
323: IF NOT FND_API.Compatible_API_Call (
324: l_api_version,
325: p_api_version,
326: l_api_name,

Line 367: -- Standard check of p_commit

363:
364:
365: -- End API Body
366:
367: -- Standard check of p_commit
368: IF FND_API.to_Boolean(p_commit) THEN
369: COMMIT;
370: END IF;
371:

Line 401: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) -- *** check this w/ API standards!

397: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED,G_LOG_HEAD || '.'||l_api_name||'.'||l_stmt_num
398: ,'Return_PeriodStatuses '||l_stmt_num||' : '||substr(SQLERRM,1,200));
399: END IF;
400:
401: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) -- *** check this w/ API standards!
402: THEN
403: FND_MSG_PUB.add_exc_msg
404: ( G_PKG_NAME,
405: l_api_name || ' Statement - '||to_char(l_stmt_num)