DBA Data[Home] [Help]

APPS.CN_CALC_SUBLEDGER_PVT dependencies on CN_CALC_SUBLEDGER_PVT

Line 1: PACKAGE BODY cn_calc_subledger_pvt AS

1: PACKAGE BODY cn_calc_subledger_pvt AS
2: -- $Header: cnvcsubb.pls 120.8 2007/11/03 07:32:19 achanda ship $
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CN_CALC_SUBLEDGER_PVT';
5: g_org_id NUMBER;

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CN_CALC_SUBLEDGER_PVT';

1: PACKAGE BODY cn_calc_subledger_pvt AS
2: -- $Header: cnvcsubb.pls 120.8 2007/11/03 07:32:19 achanda ship $
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CN_CALC_SUBLEDGER_PVT';
5: g_org_id NUMBER;
6:
7: FUNCTION get_max_period(p_quota_id NUMBER,
8: p_period_id NUMBER,

Line 291: 'cn.plsql.cn_calc_subledger_pvt.update_srp_subledger.begin',

287: x_return_status := FND_API.G_RET_STS_SUCCESS;
288:
289: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
290: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
291: 'cn.plsql.cn_calc_subledger_pvt.update_srp_subledger.begin',
292: 'Beginning of update_srp_subledger ...');
293: end if;
294:
295: cn_message_pkg.debug('Start updating payment subledgers ... ');

Line 421: 'cn.plsql.cn_calc_subledger_pvt.update_srp_subledger.end',

417: end if;
418:
419: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
420: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
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.

Line 474: 'cn.plsql.cn_calc_subledger_pvt.update_srp_subledger.exception',

470: );
471:
472: if (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
473: FND_LOG.STRING(FND_LOG.LEVEL_UNEXPECTED,
474: 'cn.plsql.cn_calc_subledger_pvt.update_srp_subledger.exception',
475: sqlerrm);
476: end if;
477:
478: fnd_file.put_line(fnd_file.log, 'EXCEPTION in update_srp_subledger: '||sqlerrm);

Line 479: cn_message_pkg.debug('Exception occurs in cn_calc_subledger_pvt.update_srp_subledger: ');

475: sqlerrm);
476: end if;
477:
478: fnd_file.put_line(fnd_file.log, 'EXCEPTION in update_srp_subledger: '||sqlerrm);
479: cn_message_pkg.debug('Exception occurs in cn_calc_subledger_pvt.update_srp_subledger: ');
480: cn_message_pkg.debug(sqlerrm);
481: END update_srp_subledger;
482:
483: -- API name : update_srp_pe_subledger

Line 670: 'cn.plsql.cn_calc_subledger_pvt.update_srp_pe_subledger.begin',

666:
667: -- Codes start here
668: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
669: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
670: 'cn.plsql.cn_calc_subledger_pvt.update_srp_pe_subledger.begin',
671: 'Beginning of update_srp_pe_subledger (srp_plan_assign_id='
672: ||p_srp_pe_subledger.srp_plan_assign_id|| ' and quota_id='||p_srp_pe_subledger.quota_id);
673: end if;
674:

Line 969: 'cn.plsql.cn_calc_subledger_pvt.update_srp_pe_subledger.end',

965: END LOOP;
966:
967: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
968: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
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.

Line 1021: 'cn.plsql.cn_calc_subledger_pvt.update_srp_pe_subledger.exception',

1017: );
1018:
1019: if (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
1020: FND_LOG.STRING(FND_LOG.LEVEL_UNEXPECTED,
1021: 'cn.plsql.cn_calc_subledger_pvt.update_srp_pe_subledger.exception',
1022: sqlerrm);
1023: end if;
1024:
1025: fnd_file.put_line(fnd_file.log, 'EXCEPTION in update_srp_pe_subledger: '||sqlerrm);

Line 1060: END cn_calc_subledger_pvt;

1056: NULL;
1057:
1058: END roll_quotas_forecast;
1059:
1060: END cn_calc_subledger_pvt;