DBA Data[Home] [Help]

APPS.JMF_SHIKYU_PO_PVT dependencies on FND_CONCURRENT

Line 695: l_status := FND_CONCURRENT.WAIT_FOR_REQUEST

691:
692: -- Need to commit for the concurrent request to PDOI to start immediately
693: COMMIT;
694:
695: l_status := FND_CONCURRENT.WAIT_FOR_REQUEST
696: ( request_id => l_request_id
697: , interval => 1
698: , max_wait => 600
699: , phase => l_phase

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

795: fnd_message.set_token('SUB_ORDER', l_order_number );
796: fnd_message.set_token('SUB_COMP', l_sub_comp);
797: l_message := fnd_message.GET();
798: fnd_file.put_line(fnd_file.LOG, l_message);
799: l_status_flag := FND_CONCURRENT.set_completion_status('WARNING',NULL);
800: EXCEPTION
801: WHEN OTHERS THEN
802: NULL; -- Return null if there is an error in fetching the message
803: END;