DBA Data[Home] [Help]

APPS.CE_LEVELING_UTILS dependencies on FND_MSG_PUB

Line 479: FND_MSG_PUB.get(1, FND_API.G_FALSE),

475: l_party_account_id,
476: l_company_account_id,
477: X_amount,
478: null,
479: FND_MSG_PUB.get(1, FND_API.G_FALSE),
480: l_deal_type,
481: l_deal_no,
482: l_trx_number,
483: l_offset_deal_no,

Line 492: FND_MSG_PUB.delete_msg(1);

488: sysdate,
489: nvl(fnd_global.user_id,-1),
490: sysdate,
491: nvl(fnd_global.user_id,-1));
492: FND_MSG_PUB.delete_msg(1);
493: COMMIT;
494: END LOOP;
495: ELSE
496: X_deal_type := l_deal_type;