DBA Data[Home] [Help]

APPS.FA_RX_PUBLISH dependencies on FND_PROFILE

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

1582: END IF;
1583: IF Upper(p_request_type) = 'PUBLISH' THEN
1584: populate_parameters('PUBLISH', p_request_id);
1585: ELSE
1586: fnd_profile.get('CONC_REQUEST_ID', l_request_id);
1587: IF l_request_id IS NOT NULL THEN
1588: -- If request ID is null then we just won't print the parameters.
1589: -- Include this form debuggin purposes
1590: populate_parameters('SUBMIT', l_request_id);

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

1723: p_report_id,
1724: p_attribute_set,
1725: p_output_format);
1726:
1727: fnd_profile.get('CONC_REQUEST_ID', t_conc_request_id);
1728: IF (g_print_debug) THEN
1729: fa_rx_util_pkg.debug('is_multi_format_report: ' || 'Concurrent request_id = '||t_conc_request_id);
1730: END IF;
1731: