DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_PVT dependencies on FND_REQUEST

Line 2904: x_request_id := FND_REQUEST.submit_request

2900: --
2901: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
2902: --
2903:
2904: x_request_id := FND_REQUEST.submit_request
2905: ( 'PO',
2906: 'POXPPO',
2907: NULL,
2908: NULL,

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

2929: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
2930: NULL, NULL, NULL, NULL, NULL, NULL, NULL );
2931:
2932: IF (x_request_id = 0) THEN
2933: -- The call to FND_REQUEST sets a message name on error
2934: IF (g_debug_stmt) THEN
2935: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_ERROR) THEN
2936: FND_LOG.message(FND_LOG.level_error, g_module_prefix||l_api_name||
2937: '.request_failed', FALSE);

Line 3012: x_request_id := FND_REQUEST.submit_request

3008: --
3009: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
3010: --
3011:
3012: x_request_id := FND_REQUEST.submit_request
3013: ( 'PO',
3014: 'POXPPO',
3015: NULL,
3016: NULL,

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

3038: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
3039: NULL, NULL, NULL, NULL, NULL, NULL, NULL );
3040:
3041: IF (x_request_id = 0) THEN
3042: -- The call to FND_REQUEST sets a message name on error
3043: IF (g_debug_stmt) THEN
3044: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_ERROR) THEN
3045: FND_LOG.message(FND_LOG.level_error, g_module_prefix||l_api_name||
3046: '.request_failed', FALSE);

Line 3120: x_request_id := FND_REQUEST.submit_request

3116: --
3117: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
3118: --
3119:
3120: x_request_id := FND_REQUEST.submit_request
3121: ( 'PO',
3122: 'PRINTREQ',
3123: NULL,
3124: NULL,

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

3142: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
3143: NULL, NULL, NULL, NULL, NULL, NULL, NULL );
3144:
3145: IF (x_request_id = 0) THEN
3146: -- The call to FND_REQUEST sets a message name on error
3147: IF (g_debug_stmt) THEN
3148: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_ERROR) THEN
3149: FND_LOG.message(FND_LOG.level_error, g_module_prefix||l_api_name||
3150: '.request_failed', FALSE);