DBA Data[Home] [Help]

APPS.JAI_RCV_ACCOUNTING_PKG dependencies on FND_SUBMIT

Line 1240: lv_result := FND_SUBMIT.set_mode(TRUE); /*Modified FND call to FND_SUBMIT API - Bug 8504135*/

1236: --Indicates Online Mode
1237: if lv_process_mode = '1' then
1238:
1239: if p_shipment_line_id is null then
1240: lv_result := FND_SUBMIT.set_mode(TRUE); /*Modified FND call to FND_SUBMIT API - Bug 8504135*/
1241: end if;
1242:
1243: --API which populates data into MMT from the data populated earlier in MMTT, so that
1244: --Localization Taxes get added immediately. This API is suggested by the Base Inventory team.