DBA Data[Home] [Help]

APPS.BSC_APPS dependencies on FND_REQUEST

Line 1241: h_request_id := FND_REQUEST.Submit_Request(application => bsc_apps_short_name,

1237:
1238: h_request_id := 0;
1239:
1240: IF UPPER(x_program) = 'BSCLOADER' THEN
1241: h_request_id := FND_REQUEST.Submit_Request(application => bsc_apps_short_name,
1242: program => x_program,
1243: description => NULL,
1244: start_time => x_start_time,
1245: sub_request => FALSE,

Line 1251: h_request_id := FND_REQUEST.Submit_Request(application => bsc_apps_short_name,

1247: argument2 => x_argument2,
1248: argument3 => x_argument3);
1249:
1250: ELSIF UPPER(x_program) = 'BSC_MIGRATION_PROC' THEN
1251: h_request_id := FND_REQUEST.Submit_Request(application => bsc_apps_short_name,
1252: program => x_program,
1253: description => NULL,
1254: start_time => x_start_time,
1255: sub_request => FALSE,