DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_RT_REQUEST

Line 1916: -- id into FND_RT_REQUESTS table.

1912:
1913: -- Submitted request successfully
1914:
1915: -- Call FND_GLOBAL.RT_TEST_ID() to see if needs to write the request
1916: -- id into FND_RT_REQUESTS table.
1917: rttestid := FND_GLOBAL.RT_TEST_ID;
1918: if (rttestid <> -1) then
1919: FND_RT_REQUEST.LOG_REQUEST(rttestid, cur_request_id);
1920: end if;

Line 1919: FND_RT_REQUEST.LOG_REQUEST(rttestid, cur_request_id);

1915: -- Call FND_GLOBAL.RT_TEST_ID() to see if needs to write the request
1916: -- id into FND_RT_REQUESTS table.
1917: rttestid := FND_GLOBAL.RT_TEST_ID;
1918: if (rttestid <> -1) then
1919: FND_RT_REQUEST.LOG_REQUEST(rttestid, cur_request_id);
1920: end if;
1921: IF (P_USES_REL_CLASS = 1 AND schedule_type = 'X') THEN
1922: begin
1923: select c.resubmit_interval, c.resubmit_interval_unit_code, c.resubmit_interval_type_code