DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_PVT dependencies on FND_REQUEST

Line 2757: l_set_lang := fnd_request.set_options('NO', 'NO', NULL,NULL, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS'));

2753:
2754: --
2755: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
2756: --
2757: l_set_lang := fnd_request.set_options('NO', 'NO', NULL,NULL, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS'));
2758: x_request_id := FND_REQUEST.submit_request
2759: ( 'PO',
2760: 'POXPPO',
2761: NULL,

Line 2758: x_request_id := FND_REQUEST.submit_request

2754: --
2755: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
2756: --
2757: l_set_lang := fnd_request.set_options('NO', 'NO', NULL,NULL, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS'));
2758: x_request_id := FND_REQUEST.submit_request
2759: ( 'PO',
2760: 'POXPPO',
2761: NULL,
2762: NULL,

Line 2787: -- The call to FND_REQUEST sets a message name on error

2783: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
2784: NULL, NULL, NULL, NULL, NULL, NULL, NULL );
2785:
2786: IF (x_request_id = 0) THEN
2787: -- The call to FND_REQUEST sets a message name on error
2788: IF (g_debug_stmt) THEN
2789: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_ERROR) THEN
2790: FND_LOG.message(FND_LOG.level_error, g_module_prefix||l_api_name||
2791: '.request_failed', FALSE);

Line 2866: l_set_lang := fnd_request.set_options('NO', 'NO', NULL,NULL, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS'));

2862:
2863: --
2864: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
2865: --
2866: l_set_lang := fnd_request.set_options('NO', 'NO', NULL,NULL, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS'));
2867: x_request_id := FND_REQUEST.submit_request
2868: ( 'PO',
2869: 'POXPPO',
2870: NULL,

Line 2867: x_request_id := FND_REQUEST.submit_request

2863: --
2864: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
2865: --
2866: l_set_lang := fnd_request.set_options('NO', 'NO', NULL,NULL, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS'));
2867: x_request_id := FND_REQUEST.submit_request
2868: ( 'PO',
2869: 'POXPPO',
2870: NULL,
2871: NULL,

Line 2897: -- The call to FND_REQUEST sets a message name on error

2893: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
2894: NULL, NULL, NULL, NULL, NULL, NULL, NULL );
2895:
2896: IF (x_request_id = 0) THEN
2897: -- The call to FND_REQUEST sets a message name on error
2898: IF (g_debug_stmt) THEN
2899: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_ERROR) THEN
2900: FND_LOG.message(FND_LOG.level_error, g_module_prefix||l_api_name||
2901: '.request_failed', FALSE);

Line 2975: x_request_id := FND_REQUEST.submit_request

2971: --
2972: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
2973: --
2974:
2975: x_request_id := FND_REQUEST.submit_request
2976: ( 'PO',
2977: 'PRINTREQ',
2978: NULL,
2979: NULL,

Line 3001: -- The call to FND_REQUEST sets a message name on error

2997: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
2998: NULL, NULL, NULL, NULL, NULL, NULL, NULL );
2999:
3000: IF (x_request_id = 0) THEN
3001: -- The call to FND_REQUEST sets a message name on error
3002: IF (g_debug_stmt) THEN
3003: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_ERROR) THEN
3004: FND_LOG.message(FND_LOG.level_error, g_module_prefix||l_api_name||
3005: '.request_failed', FALSE);