DBA Data[Home] [Help]

APPS.INV_MGD_PURGE_CP dependencies on FND_REQUEST

Line 190: l_return_status := FND_REQUEST.SET_OPTIONS(

186:
187: -- Set request options so that request not to be viewed on the end-user
188: -- concurrent request form unless the request completes with a
189: -- warning or an error
190: l_return_status := FND_REQUEST.SET_OPTIONS(
191: implicit => 'WARNING',
192: protected => 'NO');
193:
194: IF (l_return_status ) THEN

Line 209: l_purge_req_id := FND_REQUEST.SUBMIT_REQUEST(

205: -- );
206: -- END IF;
207: -- CLOSE c_org_name;
208:
209: l_purge_req_id := FND_REQUEST.SUBMIT_REQUEST(
210: application =>'INV',
211: program =>'INVTMLPR',
212: argument1 => p_purge_date,
213: argument2 => l_orgid,