DBA Data[Home] [Help]

APPS.CN_RAM_ADJUSTMENTS_PKG dependencies on FND_GLOBAL

Line 321: l_adjusted_by NUMBER := fnd_global.user_id;

317:
318: x_api_negated_count NUMBER := 0;
319: x_proc_audit_id NUMBER;
320: x_rowid ROWID;
321: l_adjusted_by NUMBER := fnd_global.user_id;
322: l_adjust_comments VARCHAR2(2000) := 'Negated by Revenue Adjustments Collection - Request ID = ' || fnd_global.conc_request_id;
323:
324: BEGIN
325: IF (debug_pipe IS NOT NULL) THEN

Line 322: l_adjust_comments VARCHAR2(2000) := 'Negated by Revenue Adjustments Collection - Request ID = ' || fnd_global.conc_request_id;

318: x_api_negated_count NUMBER := 0;
319: x_proc_audit_id NUMBER;
320: x_rowid ROWID;
321: l_adjusted_by NUMBER := fnd_global.user_id;
322: l_adjust_comments VARCHAR2(2000) := 'Negated by Revenue Adjustments Collection - Request ID = ' || fnd_global.conc_request_id;
323:
324: BEGIN
325: IF (debug_pipe IS NOT NULL) THEN
326: cn_debug.init_pipe(debug_pipe, debug_level);