DBA Data[Home] [Help]

APPS.CS_SR_PARTY_MERGE_PKG dependencies on CS_SRCONTACT_PKG

Line 1306: CS_SRCONTACT_PKG.Populate_CP_Audit_Rec

1302: LOOP
1303: -- Contact point audit record
1304: -- Populate CP audit Records structure.
1305:
1306: CS_SRCONTACT_PKG.Populate_CP_Audit_Rec
1307: (p_sr_contact_point_id => p_from_id ,
1308: x_sr_contact_rec => l_sr_contact_new_rec,
1309: x_return_status => l_return_status,
1310: x_msg_count => x_msg_count,

Line 1324: CS_SRCONTACT_PKG.create_cp_audit

1320: l_sr_contact_old_rec.party_id := p_from_fk_id;
1321:
1322: -- Create CP audit record
1323:
1324: CS_SRCONTACT_PKG.create_cp_audit
1325: (p_sr_contact_point_id => p_from_id,
1326: p_incident_id => l_incident_id(i),
1327: p_new_cp_rec => l_sr_contact_new_rec,
1328: p_old_cp_rec => l_sr_contact_old_rec,

Line 1397: CS_SRCONTACT_PKG.Populate_CP_Audit_Rec

1393:
1394: -- Contact point audit record
1395: -- Populate CP audit Records structure.
1396:
1397: CS_SRCONTACT_PKG.Populate_CP_Audit_Rec
1398: (p_sr_contact_point_id => p_from_id ,
1399: x_sr_contact_rec => l_sr_contact_new_rec,
1400: x_return_status => l_return_status,
1401: x_msg_count => x_msg_count,

Line 1415: CS_SRCONTACT_PKG.create_cp_audit

1411: l_sr_contact_old_rec.party_id := p_from_fk_id;
1412:
1413: -- Create CP audit record
1414:
1415: CS_SRCONTACT_PKG.create_cp_audit
1416: (p_sr_contact_point_id => p_from_id,
1417: p_incident_id => l_incident_id(i),
1418: p_new_cp_rec => l_sr_contact_new_rec,
1419: p_old_cp_rec => l_sr_contact_old_rec,

Line 1472: CS_SRCONTACT_PKG.Populate_CP_Audit_Rec

1468:
1469: -- Contact point audit record
1470: -- Populate CP audit Records structure.
1471:
1472: CS_SRCONTACT_PKG.Populate_CP_Audit_Rec
1473: (p_sr_contact_point_id => p_from_id ,
1474: x_sr_contact_rec => l_sr_contact_new_rec,
1475: x_return_status => l_return_status,
1476: x_msg_count => x_msg_count,

Line 1492: CS_SRCONTACT_PKG.create_cp_audit

1488:
1489: -- Create CP audit record
1490:
1491:
1492: CS_SRCONTACT_PKG.create_cp_audit
1493: (p_sr_contact_point_id => p_from_id,
1494: p_incident_id => l_incident_id(i),
1495: p_new_cp_rec => l_sr_contact_new_rec,
1496: p_old_cp_rec => l_sr_contact_old_rec,

Line 1706: CS_SRCONTACT_PKG.Populate_CP_Audit_Rec

1702:
1703: -- Contact point audit record
1704: -- Populate CP audit Records structure.
1705:
1706: CS_SRCONTACT_PKG.Populate_CP_Audit_Rec
1707: (p_sr_contact_point_id => p_from_id ,
1708: x_sr_contact_rec => l_sr_contact_new_rec,
1709: x_return_status => l_return_status,
1710: x_msg_count => x_msg_count,

Line 1725: CS_SRCONTACT_PKG.create_cp_audit

1721:
1722: -- Create CP audit record
1723:
1724:
1725: CS_SRCONTACT_PKG.create_cp_audit
1726: (p_sr_contact_point_id => p_from_id,
1727: p_incident_id => l_incident_id(i),
1728: p_new_cp_rec => l_sr_contact_new_rec,
1729: p_old_cp_rec => l_sr_contact_old_rec,

Line 1794: CS_SRCONTACT_PKG.Populate_CP_Audit_Rec

1790: LOOP
1791: -- Contact point audit record
1792: -- Populate CP audit Records structure.
1793:
1794: CS_SRCONTACT_PKG.Populate_CP_Audit_Rec
1795: (p_sr_contact_point_id => p_from_id ,
1796: x_sr_contact_rec => l_sr_contact_new_rec,
1797: x_return_status => l_return_status,
1798: x_msg_count => x_msg_count,

Line 1812: CS_SRCONTACT_PKG.create_cp_audit

1808: l_sr_contact_old_rec.contact_point_id := p_from_fk_id;
1809:
1810: -- Create CP audit record
1811:
1812: CS_SRCONTACT_PKG.create_cp_audit
1813: (p_sr_contact_point_id => p_from_id,
1814: p_incident_id => l_incident_id(i),
1815: p_new_cp_rec => l_sr_contact_new_rec,
1816: p_old_cp_rec => l_sr_contact_old_rec,

Line 1868: CS_SRCONTACT_PKG.Populate_CP_Audit_Rec

1864:
1865: -- Contact point audit record
1866: -- Populate CP audit Records structure.
1867:
1868: CS_SRCONTACT_PKG.Populate_CP_Audit_Rec
1869: (p_sr_contact_point_id => p_from_id ,
1870: x_sr_contact_rec => l_sr_contact_new_rec,
1871: x_return_status => l_return_status,
1872: x_msg_count => x_msg_count,

Line 1886: CS_SRCONTACT_PKG.create_cp_audit

1882: l_sr_contact_old_rec.contact_point_id := p_from_fk_id;
1883:
1884: -- Create CP audit record
1885:
1886: CS_SRCONTACT_PKG.create_cp_audit
1887: (p_sr_contact_point_id => p_from_id,
1888: p_incident_id => l_incident_id(i),
1889: p_new_cp_rec => l_sr_contact_new_rec,
1890: p_old_cp_rec => l_sr_contact_old_rec,