DBA Data[Home] [Help]

APPS.FA_RX_PUBLISH dependencies on FND_PROFILE

Line 1605: fnd_profile.get('CONC_REQUEST_ID', l_request_id);

1601: END IF;
1602: IF Upper(p_request_type) = 'PUBLISH' THEN
1603: populate_parameters('PUBLISH', p_request_id);
1604: ELSE
1605: fnd_profile.get('CONC_REQUEST_ID', l_request_id);
1606: IF l_request_id IS NOT NULL THEN
1607: -- If request ID is null then we just won't print the parameters.
1608: -- Include this form debuggin purposes
1609: populate_parameters('SUBMIT', l_request_id);

Line 1746: fnd_profile.get('CONC_REQUEST_ID', t_conc_request_id);

1742: p_report_id,
1743: p_attribute_set,
1744: p_output_format);
1745:
1746: fnd_profile.get('CONC_REQUEST_ID', t_conc_request_id);
1747: IF (g_print_debug) THEN
1748: fa_rx_util_pkg.debug('is_multi_format_report: ' || 'Concurrent request_id = '||t_conc_request_id);
1749: END IF;
1750: