DBA Data[Home] [Help]

APPS.JMF_SHIKYU_PO_PVT dependencies on FND_CONCURRENT

Line 600: l_status := FND_CONCURRENT.WAIT_FOR_REQUEST

596:
597: -- Need to commit for the concurrent request to PDOI to start immediately
598: COMMIT;
599:
600: l_status := FND_CONCURRENT.WAIT_FOR_REQUEST
601: ( request_id => l_request_id
602: , interval => 1
603: , max_wait => 600
604: , phase => l_phase

Line 704: l_status_flag := FND_CONCURRENT.set_completion_status('WARNING',NULL);

700: fnd_message.set_token('SUB_ORDER', l_order_number );
701: fnd_message.set_token('SUB_COMP', l_sub_comp);
702: l_message := fnd_message.GET();
703: fnd_file.put_line(fnd_file.LOG, l_message);
704: l_status_flag := FND_CONCURRENT.set_completion_status('WARNING',NULL);
705: EXCEPTION
706: WHEN OTHERS THEN
707: NULL; -- Return null if there is an error in fetching the message
708: END;