DBA Data[Home] [Help]

APPS.CSP_NOTIFICATIONS_PVT dependencies on CSP_NOTIFICATIONS_PKG

Line 342: csp_notifications_pkg.insert_row(

338: );
339:
340: IF l_above > 0 THEN
341: l_notification_id := null;
342: csp_notifications_pkg.insert_row(
343: px_notification_id => l_notification_id,
344: p_created_by => fnd_global.user_id,
345: p_creation_date => sysdate,
346: p_last_updated_by => fnd_global.user_id,

Line 376: csp_notifications_pkg.insert_row(

372: p_attribute15 => null);
373: END IF;
374: IF l_below > 0 THEN
375: l_notification_id := null;
376: csp_notifications_pkg.insert_row(
377: px_notification_id => l_notification_id,
378: p_created_by => fnd_global.user_id,
379: p_creation_date => sysdate,
380: p_last_updated_by => fnd_global.user_id,

Line 410: csp_notifications_pkg.insert_row(

406: p_attribute15 => null);
407: END IF;
408: IF l_not_enough_good_parts > 0 THEN
409: l_notification_id := null;
410: csp_notifications_pkg.insert_row(
411: px_notification_id => l_notification_id,
412: p_created_by => fnd_global.user_id,
413: p_creation_date => sysdate,
414: p_last_updated_by => fnd_global.user_id,