DBA Data[Home] [Help]

APPS.CN_CALC_SUBLEDGER_PVT dependencies on STANDARD

Line 269: -- Standard Start of API savepoint

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

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

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

Line 425: -- Standard check of p_commit.

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

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

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

Line 647: -- Standard Start of API savepoint

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

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

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

Line 973: -- Standard check of p_commit.

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

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

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