DBA Data[Home] [Help]

APPS.MSC_X_VMI_POREQ dependencies on FND_REQUEST

Line 432: ' begin FND_REQUEST.SET_ORG_ID(:1); end; ' ;

428: End ;
429:
430: Begin
431: lv_set_org_sql :=
432: ' begin FND_REQUEST.SET_ORG_ID(:1); end; ' ;
433: EXECUTE IMMEDIATE lv_set_org_sql USING l_operating_unit ;
434: Exception when others then
435: log_message('Error while calling SET_ORG_ID.'||sqlerrm);
436: End;

Line 439: lv_result := FND_REQUEST.SET_MODE(TRUE);

435: log_message('Error while calling SET_ORG_ID.'||sqlerrm);
436: End;
437:
438: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
439: lv_result := FND_REQUEST.SET_MODE(TRUE);
440:
441: o_request_id := NULL;
442: o_request_id := FND_REQUEST.SUBMIT_REQUEST(
443: 'PO', -- application

Line 442: o_request_id := FND_REQUEST.SUBMIT_REQUEST(

438: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
439: lv_result := FND_REQUEST.SET_MODE(TRUE);
440:
441: o_request_id := NULL;
442: o_request_id := FND_REQUEST.SUBMIT_REQUEST(
443: 'PO', -- application
444: 'REQIMPORT',-- program
445: NULL, -- description
446: NULL, -- start_time

Line 467: lv_result := FND_REQUEST.SET_MODE(TRUE);

463:
464: ELSE -- Source is Pre-R12
465:
466: Begin
467: lv_result := FND_REQUEST.SET_MODE(TRUE);
468:
469: o_request_id := NULL;
470: o_request_id := FND_REQUEST.SUBMIT_REQUEST(
471: 'PO', -- application

Line 470: o_request_id := FND_REQUEST.SUBMIT_REQUEST(

466: Begin
467: lv_result := FND_REQUEST.SET_MODE(TRUE);
468:
469: o_request_id := NULL;
470: o_request_id := FND_REQUEST.SUBMIT_REQUEST(
471: 'PO', -- application
472: 'REQIMPORT',-- program
473: NULL, -- description
474: NULL, -- start_time

Line 1380: lvs_request_id := FND_REQUEST.SUBMIT_REQUEST(

1376: INITIALIZE( p_user_name,
1377: p_resp_name,
1378: p_application_name);
1379:
1380: lvs_request_id := FND_REQUEST.SUBMIT_REQUEST(
1381: 'MSC',
1382: 'MSCXCVR',
1383: NULL, -- description
1384: NULL, -- start date