DBA Data[Home] [Help]

APPS.CSTPPACQ dependencies on CSTPPACQ

Line 1: PACKAGE BODY CSTPPACQ AS

1: PACKAGE BODY CSTPPACQ AS
2: /* $Header: CSTPACQB.pls 120.35 2011/12/02 08:26:47 yuyun ship $ */
3:
4: /* define the Global variable for Debug */
5:

Line 3143: o_err_msg := SUBSTR('CSTPPACQ.acq_cost_processor('

3139: o_err_msg := l_err_msg;
3140: WHEN OTHERS THEN
3141: o_err_num := 30009;
3142: o_err_code := SQLCODE;
3143: o_err_msg := SUBSTR('CSTPPACQ.acq_cost_processor('
3144: ||to_char(l_stmt_num)
3145: ||'):'
3146: ||SQLERRM,1,240);
3147:

Line 3561: o_err_msg := SUBSTR('CSTPPACQ.get_charge_allocs('

3557: EXCEPTION
3558: WHEN OTHERS THEN
3559: o_err_num := 30001;
3560: o_err_code := SQLCODE;
3561: o_err_msg := SUBSTR('CSTPPACQ.get_charge_allocs('
3562: ||to_char(l_stmt_num)
3563: ||'):'
3564: ||SQLERRM,1,240);
3565: END get_charge_allocs;

Line 3787: o_err_msg := SUBSTR('CSTPPACQ.get_charge_allocs_for_acqadj('

3783: EXCEPTION
3784: WHEN OTHERS THEN
3785: o_err_num := 30001;
3786: o_err_code := SQLCODE;
3787: o_err_msg := SUBSTR('CSTPPACQ.get_charge_allocs_for_acqadj('
3788: ||to_char(l_stmt_num)
3789: ||'):'
3790: ||SQLERRM,1,240);
3791: END get_charge_allocs_for_acqadj;

Line 4021: o_err_msg := SUBSTR('CSTPPACQ.compute_acq_cost('

4017: o_err_msg := FND_MESSAGE.Get;
4018: WHEN OTHERS THEN
4019: o_err_num := 30002;
4020: o_err_code := SQLCODE;
4021: o_err_msg := SUBSTR('CSTPPACQ.compute_acq_cost('
4022: ||to_char(l_stmt_num)
4023: ||'):'
4024: ||SQLERRM,1,240);
4025:

Line 4637: o_err_msg := SUBSTR('CSTPPACQ.compute_acq_cost_adj('

4633: o_err_msg := l_err_msg;
4634: WHEN OTHERS THEN
4635: o_err_num := 30002;
4636: o_err_code := SQLCODE;
4637: o_err_msg := SUBSTR('CSTPPACQ.compute_acq_cost_adj('
4638: ||to_char(l_stmt_num)
4639: ||'):'
4640: ||SQLERRM,1,240);
4641:

Line 4875: o_err_msg := 'CSTPPACQ.get_acq_cost : Wrong Parameter Value';

4871: EXCEPTION
4872: WHEN CST_FAIL_PAR_ERROR THEN
4873: o_err_num := 30010;
4874: o_err_code := SQLCODE;
4875: o_err_msg := 'CSTPPACQ.get_acq_cost : Wrong Parameter Value';
4876:
4877: WHEN CST_FAIL_MMT_TXN THEN
4878: o_err_num := 30011;
4879: o_err_code := SQLCODE;

Line 4904: o_err_msg := SUBSTR(l_err_msg||'CSTPPACQ.get_acq_cost('

4900:
4901: WHEN OTHERS THEN
4902: o_err_num := 30003;
4903: o_err_code := SQLCODE;
4904: o_err_msg := SUBSTR(l_err_msg||'CSTPPACQ.get_acq_cost('
4905: ||to_char(l_stmt_num)
4906: ||'):'
4907: ||SQLERRM,1,240);
4908: END get_acq_cost;

Line 5492: o_err_msg := SUBSTR('CSTPPACQ.Insert_into_acqhdr_tables('

5488: END IF;
5489:
5490: EXCEPTION
5491: when others then
5492: o_err_msg := SUBSTR('CSTPPACQ.Insert_into_acqhdr_tables('
5493: ||to_char(l_stmt_no)
5494: ||'):'
5495: ||SQLERRM,1,240);
5496: o_err_num := -1;

Line 5651: o_err_msg := SUBSTR('CSTPPACQ.Insert_into_acqdtls_tables('

5647: END IF;
5648:
5649: EXCEPTION
5650: when others then
5651: o_err_msg := SUBSTR('CSTPPACQ.Insert_into_acqdtls_tables('
5652: ||to_char(l_stmt_no)
5653: ||'):'
5654: ||SQLERRM,1,240);
5655: o_err_num := -1;

Line 5771: END CSTPPACQ;

5767: return;
5768:
5769: END Acquisition_cost_adj_processor;
5770:
5771: END CSTPPACQ;