DBA Data[Home] [Help]

APPS.CSL_CS_INCIDENTS_ALL_ACC_PKG dependencies on CSL_PARTY_CONTACTS_ACC_PKG

Line 159: CSL_PARTY_CONTACTS_ACC_PKG.INSERT_CS_HZ_SR_CONTACTS( p_incident_id,

155: r_incident.incident_location_id, p_resource_id );
156: END IF;
157:
158: -- CONTACT POINTS
159: CSL_PARTY_CONTACTS_ACC_PKG.INSERT_CS_HZ_SR_CONTACTS( p_incident_id,
160: p_resource_id, p_flow_type );
161:
162: -- NOTES
163: IF p_flow_type <> G_FLOW_HISTORY THEN

Line 342: CSL_PARTY_CONTACTS_ACC_PKG.DELETE_CS_HZ_SR_CONTACTS( p_incident_id,

338: r_incident.incident_location_id, p_resource_id );
339: END IF;
340:
341: -- CONTACT POINTS
342: CSL_PARTY_CONTACTS_ACC_PKG.DELETE_CS_HZ_SR_CONTACTS( p_incident_id,
343: p_resource_id, p_flow_type );
344:
345: -- NOTES
346: IF p_flow_type <> G_FLOW_HISTORY THEN

Line 799: CSL_PARTY_CONTACTS_ACC_PKG.INSERT_CS_HZ_SR_CONTACTS( l_incident_id, l_tab_resource_id(i) );

795: ,l_tab_access_id(i)
796: );
797:
798: -- CONTACT POINTS
799: CSL_PARTY_CONTACTS_ACC_PKG.INSERT_CS_HZ_SR_CONTACTS( l_incident_id, l_tab_resource_id(i) );
800:
801: /*Get the post update values*/
802: OPEN c_incident( l_incident_id );
803: FETCH c_incident INTO r_incident;