DBA Data[Home] [Help]

APPS.AS_OPP_CONTACT_PVT dependencies on AS_LEAD_CONTACTS_PKG

Line 259: -- Invoke table handler(AS_LEAD_CONTACTS_PKG.Insert_Row)

255: END IF;
256:
257: l_LEAD_CONTACT_ID := l_Contact_rec.LEAD_CONTACT_ID;
258:
259: -- Invoke table handler(AS_LEAD_CONTACTS_PKG.Insert_Row)
260: AS_LEAD_CONTACTS_PKG.Insert_Row(
261: px_LEAD_CONTACT_ID => l_LEAD_CONTACT_ID,
262: p_LEAD_ID => l_Contact_rec.LEAD_ID,
263: p_CONTACT_ID => l_Contact_rec.CONTACT_ID,

Line 260: AS_LEAD_CONTACTS_PKG.Insert_Row(

256:
257: l_LEAD_CONTACT_ID := l_Contact_rec.LEAD_CONTACT_ID;
258:
259: -- Invoke table handler(AS_LEAD_CONTACTS_PKG.Insert_Row)
260: AS_LEAD_CONTACTS_PKG.Insert_Row(
261: px_LEAD_CONTACT_ID => l_LEAD_CONTACT_ID,
262: p_LEAD_ID => l_Contact_rec.LEAD_ID,
263: p_CONTACT_ID => l_Contact_rec.CONTACT_ID,
264: p_LAST_UPDATE_DATE => SYSDATE,

Line 655: -- Invoke table handler(AS_LEAD_CONTACTS_PKG.Update_Row)

651: AS_UTILITY_PVT.Debug_Message(l_module, FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
652: 'Private API: Calling update table handler');
653:
654: END IF;
655: -- Invoke table handler(AS_LEAD_CONTACTS_PKG.Update_Row)
656: AS_LEAD_CONTACTS_PKG.Update_Row(
657: p_LEAD_CONTACT_ID => l_Contact_rec.LEAD_CONTACT_ID,
658: p_LEAD_ID => l_Contact_rec.LEAD_ID,
659: p_CONTACT_ID => l_Contact_rec.CONTACT_ID,

Line 656: AS_LEAD_CONTACTS_PKG.Update_Row(

652: 'Private API: Calling update table handler');
653:
654: END IF;
655: -- Invoke table handler(AS_LEAD_CONTACTS_PKG.Update_Row)
656: AS_LEAD_CONTACTS_PKG.Update_Row(
657: p_LEAD_CONTACT_ID => l_Contact_rec.LEAD_CONTACT_ID,
658: p_LEAD_ID => l_Contact_rec.LEAD_ID,
659: p_CONTACT_ID => l_Contact_rec.CONTACT_ID,
660: p_LAST_UPDATE_DATE => SYSDATE,

Line 959: -- Invoke table handler(AS_LEAD_CONTACTS_PKG.Delete_Row)

955: AS_UTILITY_PVT.Debug_Message(l_module, FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
956: 'Private API: Calling delete table handler');
957:
958: END IF;
959: -- Invoke table handler(AS_LEAD_CONTACTS_PKG.Delete_Row)
960: AS_LEAD_CONTACTS_PKG.Delete_Row(
961: p_LEAD_CONTACT_ID => l_Contact_rec.LEAD_CONTACT_ID);
962:
963: X_Contact_out_tbl(l_curr_row).LEAD_CONTACT_ID :=

Line 960: AS_LEAD_CONTACTS_PKG.Delete_Row(

956: 'Private API: Calling delete table handler');
957:
958: END IF;
959: -- Invoke table handler(AS_LEAD_CONTACTS_PKG.Delete_Row)
960: AS_LEAD_CONTACTS_PKG.Delete_Row(
961: p_LEAD_CONTACT_ID => l_Contact_rec.LEAD_CONTACT_ID);
962:
963: X_Contact_out_tbl(l_curr_row).LEAD_CONTACT_ID :=
964: l_Contact_rec.LEAD_CONTACT_ID;