DBA Data[Home] [Help]

APPS.CS_SR_PARTY_MERGE_PKG dependencies on CS_SR_CHILD_AUDIT_PKG

Line 1341: CS_SR_CHILD_AUDIT_PKG.CS_SR_AUDIT_CHILD

1337: END IF ;
1338:
1339: -- Create SR Child Audit Record
1340:
1341: CS_SR_CHILD_AUDIT_PKG.CS_SR_AUDIT_CHILD
1342: (p_incident_id => l_incident_id(i),
1343: p_updated_entity_code => 'SR_CONTACT_POINT',
1344: p_updated_entity_id => l_sr_contact_point_id(i) ,
1345: p_entity_update_date => sysdate ,

Line 1433: CS_SR_CHILD_AUDIT_PKG.CS_SR_AUDIT_CHILD

1429:
1430: -- Create SR Child Audit Record
1431:
1432:
1433: CS_SR_CHILD_AUDIT_PKG.CS_SR_AUDIT_CHILD
1434: (p_incident_id => l_incident_id(i),
1435: p_updated_entity_code => 'SR_CONTACT_POINT',
1436: p_updated_entity_id => l_sr_contact_point_id(i) ,
1437: p_entity_update_date => sysdate ,

Line 1509: CS_SR_CHILD_AUDIT_PKG.CS_SR_AUDIT_CHILD

1505: END IF ;
1506:
1507: -- Create SR Child Audit Record
1508:
1509: CS_SR_CHILD_AUDIT_PKG.CS_SR_AUDIT_CHILD
1510: (p_incident_id => l_incident_id(i),
1511: p_updated_entity_code => 'SR_CONTACT_POINT',
1512: p_updated_entity_id => l_sr_contact_point_id(i) ,
1513: p_entity_update_date => sysdate ,

Line 1742: CS_SR_CHILD_AUDIT_PKG.CS_SR_AUDIT_CHILD

1738: END IF ;
1739:
1740: -- Create SR Child Audit Record
1741:
1742: CS_SR_CHILD_AUDIT_PKG.CS_SR_AUDIT_CHILD
1743: (p_incident_id => l_incident_id(i),
1744: p_updated_entity_code => 'SR_CONTACT_POINT',
1745: p_updated_entity_id => l_sr_contact_point_id(i) ,
1746: p_entity_update_date => sysdate ,

Line 1829: CS_SR_CHILD_AUDIT_PKG.CS_SR_AUDIT_CHILD

1825: END IF ;
1826:
1827: -- Create SR Child Audit Record
1828:
1829: CS_SR_CHILD_AUDIT_PKG.CS_SR_AUDIT_CHILD
1830: (p_incident_id => l_incident_id(i),
1831: p_updated_entity_code => 'SR_CONTACT_POINT',
1832: p_updated_entity_id => l_sr_contact_point_id(i) ,
1833: p_entity_update_date => sysdate ,

Line 1903: CS_SR_CHILD_AUDIT_PKG.CS_SR_AUDIT_CHILD

1899: END IF ;
1900:
1901: -- Create SR Child Audit Record
1902:
1903: CS_SR_CHILD_AUDIT_PKG.CS_SR_AUDIT_CHILD
1904: (p_incident_id => l_incident_id(i),
1905: p_updated_entity_code => 'SR_CONTACT_POINT',
1906: p_updated_entity_id => l_sr_contact_point_id(i) ,
1907: p_entity_update_date => sysdate ,