DBA Data[Home] [Help]

APPS.ARP_PROCESS_WRITEOFF dependencies on FND_REQUEST

Line 54: fnd_request.set_org_id(l_org_id);

50: into l_org_id
51: from fnd_concurrent_requests
52: where request_id = l_request_id;
53:
54: fnd_request.set_org_id(l_org_id);
55:
56: l_options_ok := FND_REQUEST.SET_OPTIONS (
57: implicit => 'NO'
58: , protected => 'YES'

Line 56: l_options_ok := FND_REQUEST.SET_OPTIONS (

52: where request_id = l_request_id;
53:
54: fnd_request.set_org_id(l_org_id);
55:
56: l_options_ok := FND_REQUEST.SET_OPTIONS (
57: implicit => 'NO'
58: , protected => 'YES'
59: , language => ''
60: , territory => '');

Line 63: m_request_id := FND_REQUEST.SUBMIT_REQUEST(

59: , language => ''
60: , territory => '');
61: IF (l_options_ok)
62: THEN
63: m_request_id := FND_REQUEST.SUBMIT_REQUEST(
64: application => 'AR'
65: , program => 'ARWRTRPT'
66: , description => ''
67: , start_time => ''