DBA Data[Home] [Help]

APPS.AMS_WEBMARKETING_PVT dependencies on AMS_WEB_PLCE_MP_PKG

Line 803: -- Invoke table handler(AMS_WEB_PLCE_MP_PKG.INSERT_ROW)

799: IF (AMS_DEBUG_HIGH_ON) THEN
800: AMS_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
801: END IF;
802:
803: -- Invoke table handler(AMS_WEB_PLCE_MP_PKG.INSERT_ROW)
804:
805: -- Verify the Activity_ID
806:
807: -- IF ( p_web_mp_rec.activity_id = 510 ) THEN

Line 819: AMS_WEB_PLCE_MP_PKG.INSERT_ROW(

815:
816: l_citem_version_id := check_citem_version_id(p_web_mp_rec.content_item_id);
817: l_publish_flag := check_placement_publish(p_web_mp_rec.placement_id);
818:
819: AMS_WEB_PLCE_MP_PKG.INSERT_ROW(
820: x_rowid => l_rowid,
821: x_placement_mp_id => l_placement_mp_id,
822: x_placement_id => p_web_mp_rec.placement_id,
823: x_content_item_id => p_web_mp_rec.content_item_id,