DBA Data[Home] [Help]

APPS.EAM_MTL_TXN_PROCESS dependencies on EAM_MATERIALISSUE_PVT

Line 357: l_tx_mode := EAM_MATERIALISSUE_PVT.get_tx_processor_mode();

353: x_header_id := p_txn_header_id;
354: end if;
355: */
356:
357: l_tx_mode := EAM_MATERIALISSUE_PVT.get_tx_processor_mode();
358: if (l_tx_mode not in (1,4)) then
359: l_tx_mode_mti := 3; --background mode if not online or form level. form level=online.
360: end if;
361:

Line 443: end if; -- end of if EAM_MATERIALISSUE_PVT.get_tx_processor_mode() = 1

439: x_error_flag := 2;
440: -- x_error_mssg := 'EAM_RET_MAT_UNEXPECTED_ERROR';
441: return;
442: end if;
443: end if; -- end of if EAM_MATERIALISSUE_PVT.get_tx_processor_mode() = 1
444: end if; -- end of check for p_wip_process
445:
446: Exception
447: When fnd_api.g_exc_unexpected_error then