DBA Data[Home] [Help]

APPS.JL_BR_SPED_DATA_EXTRACT_PKG dependencies on FND_REQUEST

Line 8950: l_request_id := fnd_request.submit_request ('JL',

8946: IF substr(g_bookkeeping_type,1,1) <> 'A' AND g_bookkeeping_type <> 'Z' THEN
8947:
8948: IF g_balance_statement_request_id IS NOT NULL OR g_income_statement_request_id IS NOT NULL THEN
8949: --Submit concurrent request which call the JCP to populate J100 and J150 registers.
8950: l_request_id := fnd_request.submit_request ('JL',
8951: 'JLBRASFS',
8952: '',
8953: '',
8954: FALSE,

Line 9228: l_request_id := fnd_request.submit_request ('JL',

9224: IF p_gen_sped_text_file = 'Y' THEN
9225: /* p_gen_sped_text_file is a parameter which indicates whether to generate text file
9226: or not. So if the paramter value is 'Y' then submit request for text file generation program. */
9227:
9228: l_request_id := fnd_request.submit_request ('JL',
9229: 'JLBRASTF',
9230: '',
9231: '',
9232: FALSE,