DBA Data[Home] [Help]

APPS.EAM_WO_COMP_UTILITY_PVT dependencies on FND_MSG_PUB

Line 493: l_initial_msg_count := FND_MSG_PUB.count_msg;

489: end if; -- end serial control check
490:
491: end LOOP;
492:
493: l_initial_msg_count := FND_MSG_PUB.count_msg;
494:
495: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN
496: EAM_ERROR_MESSAGE_PVT.Write_Debug('EAM_WO_COMP_UTILITY_PVT.process_lot_serial : before inv_lpn_trx_pub.process_lpn_trx');
497: END IF;

Line 505: if(FND_MSG_PUB.count_msg> 0) then

501: p_trx_hdr_id => i_transaction_header_id,
502: p_commit => s_commit,
503: x_proc_msg => errMsg);
504: /* Added as a FIX for the Issue 1 of bug:2881879 */
505: if(FND_MSG_PUB.count_msg> 0) then
506: if(l_initial_msg_count = 0 and errCode = 0) then
507: FND_MSG_PUB.Delete_msg;
508: end if;
509: end if;

Line 507: FND_MSG_PUB.Delete_msg;

503: x_proc_msg => errMsg);
504: /* Added as a FIX for the Issue 1 of bug:2881879 */
505: if(FND_MSG_PUB.count_msg> 0) then
506: if(l_initial_msg_count = 0 and errCode = 0) then
507: FND_MSG_PUB.Delete_msg;
508: end if;
509: end if;
510: /* Added for bug no :2911698
511: Since the error message is not getting added into the message stack