DBA Data[Home] [Help]

APPS.ARP_PROCESS_BR_BATCHES dependencies on FND_REQUEST

Line 1525: fnd_request.set_org_id(l_org_id);

1521: Org id of the concurrent request is mot set causing issue in submit of child request. */
1522: begin
1523: If p_br_id is not null then
1524: select org_id into l_org_id from ra_batches where batch_id=p_br_id;
1525: fnd_request.set_org_id(l_org_id);
1526: end if;
1527: exception when others then
1528: null;
1529: end;

Line 1531: p_request_id := FND_REQUEST.submit_request ( 'AR' ,

1527: exception when others then
1528: null;
1529: end;
1530:
1531: p_request_id := FND_REQUEST.submit_request ( 'AR' ,
1532: 'ARBRFMTW' ,
1533: NULL ,
1534: NULL ,
1535: NULL ,

Line 1638: FND_REQUEST.set_org_id(l_org_id);

1634: INTO l_org_id
1635: FROM RA_BATCH_SOURCES
1636: WHERE batch_source_id = p_batch_source_id;
1637:
1638: FND_REQUEST.set_org_id(l_org_id);
1639:
1640: l_request_id := FND_REQUEST.submit_request(
1641: application => 'AR'
1642: , program => 'ARBRBRCP'

Line 1640: l_request_id := FND_REQUEST.submit_request(

1636: WHERE batch_source_id = p_batch_source_id;
1637:
1638: FND_REQUEST.set_org_id(l_org_id);
1639:
1640: l_request_id := FND_REQUEST.submit_request(
1641: application => 'AR'
1642: , program => 'ARBRBRCP'
1643: , description => NULL
1644: , start_time => NULL