DBA Data[Home] [Help]

APPS.CN_CALC_SUBLEDGER_PVT dependencies on STANDARD

Line 271: -- Standard Start of API savepoint

267:
268: -- clku , bug 2433243
269: l_int_type_code VARCHAR2(30);
270: BEGIN
271: -- Standard Start of API savepoint
272: SAVEPOINT update_srp_subledger;
273:
274: -- Standard call to check for call compatibility.
275: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

Line 274: -- Standard call to check for call compatibility.

270: BEGIN
271: -- Standard Start of API savepoint
272: SAVEPOINT update_srp_subledger;
273:
274: -- Standard call to check for call compatibility.
275: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
276: p_api_version ,
277: l_api_name ,
278: G_PKG_NAME )

Line 427: -- Standard check of p_commit.

423: 'cn.plsql.cn_calc_subledger_pvt.update_srp_subledger.end',
424: 'End of update_srp_subledger ...');
425: end if;
426:
427: -- Standard check of p_commit.
428: IF FND_API.To_Boolean( p_commit ) THEN
429: COMMIT WORK;
430: END IF;
431:

Line 434: -- Standard call to get message count and if count is 1, get message info.

430: END IF;
431:
432: cn_message_pkg.debug('Finish updating payment subledgers ');
433:
434: -- Standard call to get message count and if count is 1, get message info.
435: FND_MSG_PUB.Count_And_Get
436: ( p_count => x_msg_count ,
437: p_data => x_msg_data ,
438: p_encoded => FND_API.G_FALSE

Line 649: -- Standard Start of API savepoint

645: BEGIN
646:
647: cn_message_pkg.debug('Start updating calculation subledgers ... ');
648:
649: -- Standard Start of API savepoint
650: SAVEPOINT update_srp_pe_subledger;
651:
652: -- Standard call to check for call compatibility.
653: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

Line 652: -- Standard call to check for call compatibility.

648:
649: -- Standard Start of API savepoint
650: SAVEPOINT update_srp_pe_subledger;
651:
652: -- Standard call to check for call compatibility.
653: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
654: p_api_version ,
655: l_api_name ,
656: G_PKG_NAME )

Line 975: -- Standard check of p_commit.

971: 'cn.plsql.cn_calc_subledger_pvt.update_srp_pe_subledger.end',
972: 'End of update_srp_pe_subledger ...');
973: end if;
974:
975: -- Standard check of p_commit.
976: IF FND_API.To_Boolean( p_commit ) THEN
977: COMMIT WORK;
978: END IF;
979:

Line 981: -- Standard call to get message count and if count is 1, get message info.

977: COMMIT WORK;
978: END IF;
979:
980:
981: -- Standard call to get message count and if count is 1, get message info.
982: FND_MSG_PUB.Count_And_Get
983: ( p_count => x_msg_count ,
984: p_data => x_msg_data ,
985: p_encoded => FND_API.G_FALSE