DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on CS_HZ_SR_CONTACT_POINTS

Line 76: , primary_party_id cs_hz_sr_contact_points.party_id % TYPE

72: , autolaunch_workflow_flag cs_incident_types_b.autolaunch_workflow_flag % TYPE
73: , abort_workflow_close_flag cs_incident_types_b.abort_workflow_close_flag % TYPE
74: , workflow cs_incident_types_b.workflow % TYPE
75: , business_process_id cs_incident_types_b.business_process_id % TYPE
76: , primary_party_id cs_hz_sr_contact_points.party_id % TYPE
77: , primary_contact_point_id cs_hz_sr_contact_points.contact_point_id % TYPE
78: );
79: ------------------------------------------------------------------------
80: -- Set up record types to be used for the Validate_ServiceRequest_Record Procedure

Line 77: , primary_contact_point_id cs_hz_sr_contact_points.contact_point_id % TYPE

73: , abort_workflow_close_flag cs_incident_types_b.abort_workflow_close_flag % TYPE
74: , workflow cs_incident_types_b.workflow % TYPE
75: , business_process_id cs_incident_types_b.business_process_id % TYPE
76: , primary_party_id cs_hz_sr_contact_points.party_id % TYPE
77: , primary_contact_point_id cs_hz_sr_contact_points.contact_point_id % TYPE
78: );
79: ------------------------------------------------------------------------
80: -- Set up record types to be used for the Validate_ServiceRequest_Record Procedure
81: ------------------------------------------------------------------------

Line 997: -- Creating records in CS_HZ_SR_CONTACT_POINTS

993: -----------------------------------------------------------------------
994: -- Start of comments
995: -- Record Type : contacts_rec
996: -- Description : Holds the Contacts attributes for the
997: -- Creating records in CS_HZ_SR_CONTACT_POINTS
998: -- Fields :
999: -- sr_contact_point_id OPTIONAL
1000: -- can be specified only if you waNt to update an existing
1001: -- record(when called from Update_ServiceRequest API)