DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_RT_REQUEST

Line 2021: -- id into FND_RT_REQUESTS table.

2017:
2018: -- Submitted request successfully
2019:
2020: -- Call FND_GLOBAL.RT_TEST_ID() to see if needs to write the request
2021: -- id into FND_RT_REQUESTS table.
2022: rttestid := FND_GLOBAL.RT_TEST_ID;
2023: if (rttestid <> -1) then
2024: FND_RT_REQUEST.LOG_REQUEST(rttestid, cur_request_id);
2025: end if;

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

2020: -- Call FND_GLOBAL.RT_TEST_ID() to see if needs to write the request
2021: -- id into FND_RT_REQUESTS table.
2022: rttestid := FND_GLOBAL.RT_TEST_ID;
2023: if (rttestid <> -1) then
2024: FND_RT_REQUEST.LOG_REQUEST(rttestid, cur_request_id);
2025: end if;
2026: IF (P_USES_REL_CLASS = 1 AND schedule_type = 'X') THEN
2027: begin
2028: select c.resubmit_interval, c.resubmit_interval_unit_code, c.resubmit_interval_type_code