DBA Data[Home] [Help]

APPS.ARP_PROCESS_WRITEOFF dependencies on FND_REQUEST

Line 57: fnd_request.set_org_id(l_org_id);

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

Line 59: l_options_ok := FND_REQUEST.SET_OPTIONS (

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

Line 66: m_request_id := FND_REQUEST.SUBMIT_REQUEST(

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