DBA Data[Home] [Help]

APPS.ZX_C_JX_EXTRACT dependencies on FND_GLOBAL

Line 155: p_request_id := fnd_global.conc_request_id;

151:
152: BEGIN
153:
154: --Get request ID
155: p_request_id := fnd_global.conc_request_id;
156:
157: --Call the Tax Extract procedure mapping parameters
158: zx_extract_pkg.populate_tax_data (
159: p_request_id => p_request_id

Line 354: v_request_id := fnd_global.conc_request_id;

350: /* ** */
351: v_tax_code := argument11;
352: debug_flag := upper(substrb(argument12,1,1));
353: sql_trace := upper(substrb(argument13,1,1));
354: v_request_id := fnd_global.conc_request_id;
355:
356: --
357: -- SQL Trace and Debug Flags are optional.
358: --