DBA Data[Home] [Help]

APPS.FV_RECEIVABLES_ACTIVITY_PKG dependencies on FND_REQUEST

Line 99: fnd_request.set_org_id(vp_org_id); -- Bug 4655467

95:
96: --Bug 5414783
97: /*
98: vp_org_id:=mo_global.get_current_org_id; -- Bug 4655467
99: fnd_request.set_org_id(vp_org_id); -- Bug 4655467
100: */
101:
102: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT,
103: l_module_name,' SET OF BOOKS ID IS:'||TO_CHAR(vp_sob_id));

Line 1837: fnd_request.set_org_id(vl_org_id);

1833: END IF;
1834:
1835: -- MOAC Change
1836: vl_org_id:=mo_global.get_current_org_id;
1837: fnd_request.set_org_id(vl_org_id);
1838:
1839: vl_req_id:= Fnd_Request.Submit_Request (
1840: 'FV','FVXDCDFR','','',FALSE,
1841: p_set_of_books_id,

Line 1839: vl_req_id:= Fnd_Request.Submit_Request (

1835: -- MOAC Change
1836: vl_org_id:=mo_global.get_current_org_id;
1837: fnd_request.set_org_id(vl_org_id);
1838:
1839: vl_req_id:= Fnd_Request.Submit_Request (
1840: 'FV','FVXDCDFR','','',FALSE,
1841: p_set_of_books_id,
1842: p_reporting_entity_code,
1843: p_fiscal_year,