DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on CS_INCIDENT_TYPES_B

Line 72: , autolaunch_workflow_flag cs_incident_types_b.autolaunch_workflow_flag % TYPE

68: , old_approval_action_status_id cs_incident_statuses_b.approval_action_status_id % TYPE
69: , rejection_action_status_id cs_incident_statuses_b.rejection_action_status_id % TYPE
70: , old_rejection_action_status_id cs_incident_statuses_b.rejection_action_status_id % TYPE
71: , target_status_id cs_incident_statuses_b.incident_status_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

Line 73: , abort_workflow_close_flag cs_incident_types_b.abort_workflow_close_flag % TYPE

69: , rejection_action_status_id cs_incident_statuses_b.rejection_action_status_id % TYPE
70: , old_rejection_action_status_id cs_incident_statuses_b.rejection_action_status_id % TYPE
71: , target_status_id cs_incident_statuses_b.incident_status_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

Line 74: , workflow cs_incident_types_b.workflow % TYPE

70: , old_rejection_action_status_id cs_incident_statuses_b.rejection_action_status_id % TYPE
71: , target_status_id cs_incident_statuses_b.incident_status_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: );

Line 75: , business_process_id cs_incident_types_b.business_process_id % TYPE

71: , target_status_id cs_incident_statuses_b.incident_status_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: ------------------------------------------------------------------------