DBA Data[Home] [Help]

APPS.MRP_MSC_EXP_WF dependencies on FND_REQUEST

Line 1084: p_result := fnd_request.set_mode(true);

1080: where application_Id = p_app_id
1081: and rownum = 1;
1082: fnd_global.apps_initialize(p_user_id, p_resp_id, p_app_id);
1083:
1084: p_result := fnd_request.set_mode(true);
1085:
1086: -- this will call start_deferred_activity
1087: p_request_id := fnd_request.submit_request(
1088: 'MSC',

Line 1087: p_request_id := fnd_request.submit_request(

1083:
1084: p_result := fnd_request.set_mode(true);
1085:
1086: -- this will call start_deferred_activity
1087: p_request_id := fnd_request.submit_request(
1088: 'MSC',
1089: 'MSCWFBG',
1090: null,
1091: null,