DBA Data[Home] [Help]

APPS.AS_OPP_COPY_PVT dependencies on AS_SALES_CREDITS_PKG

Line 711: AS_SALES_CREDITS_PKG.Insert_Row(

707: -- Copy Sales Credits
708: IF (p_copy_sales_credits = 'Y') THEN
709: FOR scr IN c_sales_credits(p_lead_id, lr.lead_line_id) LOOP
710: l_sales_credit_id := null;
711: AS_SALES_CREDITS_PKG.Insert_Row(
712: px_SALES_CREDIT_ID => l_SALES_CREDIT_ID,
713: p_LAST_UPDATE_DATE => SYSDATE,
714: p_LAST_UPDATED_BY => FND_GLOBAL.USER_ID,
715: p_CREATION_DATE => SYSDATE,

Line 765: 'Private API: as_sales_credits_pkg.insert_row fail');

761:
762: IF l_sales_credit_id is null THEN
763: IF l_debug THEN
764: AS_UTILITY_PVT.Debug_Message(l_module, FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
765: 'Private API: as_sales_credits_pkg.insert_row fail');
766: END IF;
767:
768: RAISE FND_API.G_EXC_ERROR;
769: ELSE

Line 772: 'Private API: as_sales_credits_pkg.insert_row '|| l_sales_credit_id);

768: RAISE FND_API.G_EXC_ERROR;
769: ELSE
770: IF l_debug THEN
771: AS_UTILITY_PVT.Debug_Message(l_module, FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
772: 'Private API: as_sales_credits_pkg.insert_row '|| l_sales_credit_id);
773: END IF;
774:
775: END IF;
776: