DBA Data[Home] [Help]

APPS.IGS_PS_USEC_SCHEDULE dependencies on FND_REQUEST

Line 1938: ssawhney 13-Nov-2000 chr(0)as the terminator in fnd_request.submit_request

1934: Change History
1935: Who When What
1936: smvk 11-Mar-2003 Bug # 2831065. Modified the cursor c_usec_occurs to update schedule status of appropriate USO.
1937: (i.e) Based on earlier and latest schedule status of USO.
1938: ssawhney 13-Nov-2000 chr(0)as the terminator in fnd_request.submit_request
1939: (reverse chronological order - newest change first)
1940: ***************************************************************/
1941:
1942: CURSOR c_loc_modified_chk ( p_uoo_id IN NUMBER ) IS -- To check if location code has undergone modification

Line 2110: p_request_id := FND_REQUEST.SUBMIT_REQUEST (

2106:
2107: -- Enh Bug#2833850
2108: -- Passing 'N' to argument6.This argument maps to the delete transaction completed record field of concurrent manager.
2109:
2110: p_request_id := FND_REQUEST.SUBMIT_REQUEST (
2111: application => 'IGS', program => 'IGSPSJ05', description => 'Initiate Scheduling of Units Section Occurrences', start_time => NULL,
2112: sub_request => FALSE, argument1 => NULL, argument2 => p_uoo_id, argument3 => NULL, argument4 => 'CANCEL', argument5 => l_org_id,
2113: argument6 => chr(0), argument7 => '', argument8 => '', argument9 => '', argument10 => '', argument11 => '', argument12 => '',
2114: argument13 => '', argument14 => '', argument15 => '', argument16 => '', argument17 => '', argument18 => '', argument19 => '',