DBA Data[Home] [Help]

APPS.JAI_RCV_ACCOUNTING_PKG dependencies on FND_REQUEST

Line 1180: lv_result := FND_REQUEST.set_mode(TRUE);

1176: --Indicates Online Mode
1177: if lv_process_mode = '1' then
1178:
1179: if p_shipment_line_id is null then
1180: lv_result := FND_REQUEST.set_mode(TRUE);
1181: end if;
1182:
1183: --API which populates data into MMT from the data populated earlier in MMTT, so that
1184: --Localization Taxes get added immediately. This API is suggested by the Base Inventory team.