DBA Data[Home] [Help]

APPS.ECE_CDMO_UTIL dependencies on EC_DEBUG

Line 19: ec_debug.push('ECE_AR_TRANSACTION.UPDATE_AR');

15: xprogress varchar2(100);
16:
17: BEGIN
18:
19: ec_debug.push('ECE_AR_TRANSACTION.UPDATE_AR');
20: ec_debug.pl ( 3, 'Document_Type: ', Document_Type );
21: ec_debug.pl ( 3, 'Transaction_ID: ', Transaction_ID );
22: ec_debug.pl ( 3, 'Installment_Number: ', Installment_Number );
23: ec_debug.pl ( 3, 'Multiple_Installments_Flag: ',Multiple_Installments_Flag );

Line 20: ec_debug.pl ( 3, 'Document_Type: ', Document_Type );

16:
17: BEGIN
18:
19: ec_debug.push('ECE_AR_TRANSACTION.UPDATE_AR');
20: ec_debug.pl ( 3, 'Document_Type: ', Document_Type );
21: ec_debug.pl ( 3, 'Transaction_ID: ', Transaction_ID );
22: ec_debug.pl ( 3, 'Installment_Number: ', Installment_Number );
23: ec_debug.pl ( 3, 'Multiple_Installments_Flag: ',Multiple_Installments_Flag );
24: ec_debug.pl ( 3, 'Maximum_Installment_Number: ',Maximum_Installment_Number );

Line 21: ec_debug.pl ( 3, 'Transaction_ID: ', Transaction_ID );

17: BEGIN
18:
19: ec_debug.push('ECE_AR_TRANSACTION.UPDATE_AR');
20: ec_debug.pl ( 3, 'Document_Type: ', Document_Type );
21: ec_debug.pl ( 3, 'Transaction_ID: ', Transaction_ID );
22: ec_debug.pl ( 3, 'Installment_Number: ', Installment_Number );
23: ec_debug.pl ( 3, 'Multiple_Installments_Flag: ',Multiple_Installments_Flag );
24: ec_debug.pl ( 3, 'Maximum_Installment_Number: ',Maximum_Installment_Number );
25: ec_debug.pl ( 3, 'Update_Date: ',Update_Date );

Line 22: ec_debug.pl ( 3, 'Installment_Number: ', Installment_Number );

18:
19: ec_debug.push('ECE_AR_TRANSACTION.UPDATE_AR');
20: ec_debug.pl ( 3, 'Document_Type: ', Document_Type );
21: ec_debug.pl ( 3, 'Transaction_ID: ', Transaction_ID );
22: ec_debug.pl ( 3, 'Installment_Number: ', Installment_Number );
23: ec_debug.pl ( 3, 'Multiple_Installments_Flag: ',Multiple_Installments_Flag );
24: ec_debug.pl ( 3, 'Maximum_Installment_Number: ',Maximum_Installment_Number );
25: ec_debug.pl ( 3, 'Update_Date: ',Update_Date );
26:

Line 23: ec_debug.pl ( 3, 'Multiple_Installments_Flag: ',Multiple_Installments_Flag );

19: ec_debug.push('ECE_AR_TRANSACTION.UPDATE_AR');
20: ec_debug.pl ( 3, 'Document_Type: ', Document_Type );
21: ec_debug.pl ( 3, 'Transaction_ID: ', Transaction_ID );
22: ec_debug.pl ( 3, 'Installment_Number: ', Installment_Number );
23: ec_debug.pl ( 3, 'Multiple_Installments_Flag: ',Multiple_Installments_Flag );
24: ec_debug.pl ( 3, 'Maximum_Installment_Number: ',Maximum_Installment_Number );
25: ec_debug.pl ( 3, 'Update_Date: ',Update_Date );
26:
27: xProgress := '2000-20';

Line 24: ec_debug.pl ( 3, 'Maximum_Installment_Number: ',Maximum_Installment_Number );

20: ec_debug.pl ( 3, 'Document_Type: ', Document_Type );
21: ec_debug.pl ( 3, 'Transaction_ID: ', Transaction_ID );
22: ec_debug.pl ( 3, 'Installment_Number: ', Installment_Number );
23: ec_debug.pl ( 3, 'Multiple_Installments_Flag: ',Multiple_Installments_Flag );
24: ec_debug.pl ( 3, 'Maximum_Installment_Number: ',Maximum_Installment_Number );
25: ec_debug.pl ( 3, 'Update_Date: ',Update_Date );
26:
27: xProgress := '2000-20';
28: BEGIN

Line 25: ec_debug.pl ( 3, 'Update_Date: ',Update_Date );

21: ec_debug.pl ( 3, 'Transaction_ID: ', Transaction_ID );
22: ec_debug.pl ( 3, 'Installment_Number: ', Installment_Number );
23: ec_debug.pl ( 3, 'Multiple_Installments_Flag: ',Multiple_Installments_Flag );
24: ec_debug.pl ( 3, 'Maximum_Installment_Number: ',Maximum_Installment_Number );
25: ec_debug.pl ( 3, 'Update_Date: ',Update_Date );
26:
27: xProgress := '2000-20';
28: BEGIN
29: /* Replaced as per bug:5081637

Line 62: ec_debug.pl ( 0,

58: etd.document_type = update_ar.document_type;
59:
60: EXCEPTION
61: WHEN NO_DATA_FOUND THEN
62: ec_debug.pl ( 0,
63: 'EC',
64: 'ECE_NO_ROW_SELECTED',
65: 'PROGRESS_LEVEL',
66: xProgress,

Line 92: ec_debug.pl ( 3, 'L_UPDATE_VALUE: ',l_Update_Value );

88: THEN
89: l_Update_Value := 'PR';
90: END IF;
91:
92: ec_debug.pl ( 3, 'L_UPDATE_VALUE: ',l_Update_Value );
93:
94: xProgress := '2010-20';
95: UPDATE ra_customer_trx
96: SET last_update_date = SYSDATE,

Line 120: ec_debug.pl (0,

116: WHERE customer_trx_id = Update_AR.Transaction_ID;
117:
118: IF SQL%NOTFOUND
119: THEN
120: ec_debug.pl (0,
121: 'EC',
122: 'ECE_NO_ROW_UPDATED',
123: 'PROGRESS_LEVEL',
124: xProgress,

Line 148: ec_debug.pop('ECE_AR_TRANSACTION.UPDATE_AR');

144: RAISE_APPLICATION_ERROR(-20000,'Record changed by another user.');
145: END IF;
146: */
147:
148: ec_debug.pop('ECE_AR_TRANSACTION.UPDATE_AR');
149: EXCEPTION
150: WHEN OTHERS THEN
151:
152: ec_debug.pl ( 0,

Line 152: ec_debug.pl ( 0,

148: ec_debug.pop('ECE_AR_TRANSACTION.UPDATE_AR');
149: EXCEPTION
150: WHEN OTHERS THEN
151:
152: ec_debug.pl ( 0,
153: 'EC',
154: 'ECE_PROGRAM_ERROR',
155: 'PROGRESS_LEVEL',
156: xProgress );

Line 158: ec_debug.pl ( 0,

154: 'ECE_PROGRAM_ERROR',
155: 'PROGRESS_LEVEL',
156: xProgress );
157:
158: ec_debug.pl ( 0,
159: 'EC',
160: 'ECE_ERROR_MESSAGE',
161: 'ERROR_MESSAGE',
162: SQLERRM );

Line 189: ec_debug.pl(3, 'Inside Get Remit to Address');

185: DUMMY NUMBER;
186:
187: BEGIN
188:
189: ec_debug.pl(3, 'Inside Get Remit to Address');
190: xProgress := '2000-30';
191: begin
192: SELECT REMIT_TO_ADDRESS_ID INTO l_remit_to_address_id
193: FROM RA_CUSTOMER_TRX

Line 199: ec_debug.pl(3, 'Remit to not found. Setting to Null');

195: exception
196: when no_data_found
197: then
198: l_remit_to_address_id := null;
199: ec_debug.pl(3, 'Remit to not found. Setting to Null');
200: end;
201:
202: IF l_remit_to_address_id IS NULL THEN
203:

Line 284: ec_debug.pl( 3,fnd_message.get);

280: EXCEPTION
281: WHEN OTHERS THEN
282: fnd_message.set_name('EC','ECE_PROGRAM_ERROR');
283: fnd_message.set_token('PROGRESS_LEVEL',xProgress);
284: ec_debug.pl( 3,fnd_message.get);
285: ec_debug.pl( 3,SQLERRM);
286: /* app_exception.raise_exception; */
287:
288: END GET_REMIT_ADDRESS;

Line 285: ec_debug.pl( 3,SQLERRM);

281: WHEN OTHERS THEN
282: fnd_message.set_name('EC','ECE_PROGRAM_ERROR');
283: fnd_message.set_token('PROGRESS_LEVEL',xProgress);
284: ec_debug.pl( 3,fnd_message.get);
285: ec_debug.pl( 3,SQLERRM);
286: /* app_exception.raise_exception; */
287:
288: END GET_REMIT_ADDRESS;
289:

Line 690: ec_debug.pl(3,'No records found for the customer_trx_id',p_customer_trx_id);

686: and rownum=1;
687:
688: exception
689: when no_data_found then
690: ec_debug.pl(3,'No records found for the customer_trx_id',p_customer_trx_id);
691: end;
692:
693: xProgress := '2070-100';
694: ec_utils.g_file_tbl(nPos1).value:= l_gross_weight;