DBA Data[Home] [Help]

APPS.EAM_MTL_TXN_PROCESS dependencies on EAM_MATERIALISSUE_PVT

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

451: x_header_id := p_txn_header_id;
452: end if;
453: */
454:
455: l_tx_mode := EAM_MATERIALISSUE_PVT.get_tx_processor_mode();
456: if (l_tx_mode not in (1,4)) then
457: l_tx_mode_mti := 3; --background mode if not online or form level. form level=online.
458: end if;
459:

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

771: x_error_flag := 2;
772: -- x_error_mssg := 'EAM_RET_MAT_UNEXPECTED_ERROR';
773: return;
774: end if;
775: end if; -- end of if EAM_MATERIALISSUE_PVT.get_tx_processor_mode() = 1
776: end if; -- end of check for p_wip_process
777:
778: -- Added for ER bug# 13839846
779: if(p_del_alloc_mat_req <> 'N') then