DBA Data[Home] [Help]

APPS.AR_CC_REFUNDS dependencies on FND_FILE

Line 117: fnd_file.put_line(FND_FILE.LOG, 'ar_cc_refunds.process_refund()+');

113:
114: BEGIN
115:
116: IF PG_DEBUG in ('Y', 'C') THEN
117: fnd_file.put_line(FND_FILE.LOG, 'ar_cc_refunds.process_refund()+');
118: END IF;
119:
120: /* Assign the input parameter to global variable **/
121: g_cash_receipt_id := cc_cash_receipt_id;

Line 357: fnd_file.put_line(FND_FILE.LOG, 'ar_cc_refunds.process_refund()+');

353:
354: END IF;
355:
356: IF PG_DEBUG in ('Y', 'C') THEN
357: fnd_file.put_line(FND_FILE.LOG, 'ar_cc_refunds.process_refund()+');
358: END IF;
359:
360: END process_refund;
361: