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 1049: -- Creating records in CS_HZ_SR_CONTACT_POINTS

1045: -----------------------------------------------------------------------
1046: -- Start of comments
1047: -- Record Type : contacts_rec
1048: -- Description : Holds the Contacts attributes for the
1049: -- Creating records in CS_HZ_SR_CONTACT_POINTS
1050: -- Fields :
1051: -- sr_contact_point_id OPTIONAL
1052: -- can be specified only if you waNt to update an existing
1053: -- record(when called from Update_ServiceRequest API)