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.22.12010000.7 2008/11/29 02:34:22 anjha ship $ */
3:
4: /* define the Global variable for Debug */
5:

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

3058: o_err_msg := l_err_msg;
3059: WHEN OTHERS THEN
3060: o_err_num := 30009;
3061: o_err_code := SQLCODE;
3062: o_err_msg := SUBSTR('CSTPPACQ.acq_cost_processor('
3063: ||to_char(l_stmt_num)
3064: ||'):'
3065: ||SQLERRM,1,240);
3066: END acq_cost_processor;

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

3474: EXCEPTION
3475: WHEN OTHERS THEN
3476: o_err_num := 30001;
3477: o_err_code := SQLCODE;
3478: o_err_msg := SUBSTR('CSTPPACQ.get_charge_allocs('
3479: ||to_char(l_stmt_num)
3480: ||'):'
3481: ||SQLERRM,1,240);
3482: END get_charge_allocs;

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

3700: EXCEPTION
3701: WHEN OTHERS THEN
3702: o_err_num := 30001;
3703: o_err_code := SQLCODE;
3704: o_err_msg := SUBSTR('CSTPPACQ.get_charge_allocs_for_acqadj('
3705: ||to_char(l_stmt_num)
3706: ||'):'
3707: ||SQLERRM,1,240);
3708: END get_charge_allocs_for_acqadj;

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

3934: o_err_msg := FND_MESSAGE.Get;
3935: WHEN OTHERS THEN
3936: o_err_num := 30002;
3937: o_err_code := SQLCODE;
3938: o_err_msg := SUBSTR('CSTPPACQ.compute_acq_cost('
3939: ||to_char(l_stmt_num)
3940: ||'):'
3941: ||SQLERRM,1,240);
3942:

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

4488: o_err_msg := FND_MESSAGE.Get;
4489: WHEN OTHERS THEN
4490: o_err_num := 30002;
4491: o_err_code := SQLCODE;
4492: o_err_msg := SUBSTR('CSTPPACQ.compute_acq_cost_adj('
4493: ||to_char(l_stmt_num)
4494: ||'):'
4495: ||SQLERRM,1,240);
4496:

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

4726: EXCEPTION
4727: WHEN CST_FAIL_PAR_ERROR THEN
4728: o_err_num := 30010;
4729: o_err_code := SQLCODE;
4730: o_err_msg := 'CSTPPACQ.get_acq_cost : Wrong Parameter Value';
4731:
4732: WHEN CST_FAIL_MMT_TXN THEN
4733: o_err_num := 30011;
4734: o_err_code := SQLCODE;

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

4755:
4756: WHEN OTHERS THEN
4757: o_err_num := 30003;
4758: o_err_code := SQLCODE;
4759: o_err_msg := SUBSTR(l_err_msg||'CSTPPACQ.get_acq_cost('
4760: ||to_char(l_stmt_num)
4761: ||'):'
4762: ||SQLERRM,1,240);
4763: END get_acq_cost;

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

5176: END IF;
5177:
5178: EXCEPTION
5179: when others then
5180: o_err_msg := SUBSTR('CSTPPACQ.Insert_into_acqhdr_tables('
5181: ||to_char(l_stmt_no)
5182: ||'):'
5183: ||SQLERRM,1,240);
5184: o_err_num := -1;

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

5335: END IF;
5336:
5337: EXCEPTION
5338: when others then
5339: o_err_msg := SUBSTR('CSTPPACQ.Insert_into_acqdtls_tables('
5340: ||to_char(l_stmt_no)
5341: ||'):'
5342: ||SQLERRM,1,240);
5343: o_err_num := -1;

Line 5459: END CSTPPACQ;

5455: return;
5456:
5457: END Acquisition_cost_adj_processor;
5458:
5459: END CSTPPACQ;