DBA Data[Home] [Help]

APPS.AS_SALES_LEAD_REFERRAL dependencies on AS_SALES_LEADS_LOG_PKG

Line 122: AS_SALES_LEADS_LOG_PKG.Insert_Row(

118: AS_Utility_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, l_full_name ||': status changed');
119: -- Call API to create log entry
120:
121:
122: AS_SALES_LEADS_LOG_PKG.Insert_Row(
123: px_log_id => l_sales_lead_log_id ,
124: p_sales_lead_id => P_SALES_LEAD_Rec.sales_lead_id,
125: p_created_by => fnd_global.user_id,
126: p_creation_date => sysdate,