DBA Data[Home] [Help]

APPS.CSC_SERVICE_REQUEST_PVT dependencies on CS_SERVICEREQUEST_PVT

Line 64: subtype r_service_request_rec_type is CS_SERVICEREQUEST_PVT.service_request_rec_type;

60: l_individual_owner NUMBER;
61: l_individual_type VARCHAR2(2000);
62: l_group_owner NUMBER;
63:
64: subtype r_service_request_rec_type is CS_SERVICEREQUEST_PVT.service_request_rec_type;
65: r_service_request_rec r_service_request_rec_type ;
66:
67: subtype t_notes_table_type is CS_SERVICEREQUEST_PVT.notes_table;
68: t_notes_table t_notes_table_type;

Line 67: subtype t_notes_table_type is CS_SERVICEREQUEST_PVT.notes_table;

63:
64: subtype r_service_request_rec_type is CS_SERVICEREQUEST_PVT.service_request_rec_type;
65: r_service_request_rec r_service_request_rec_type ;
66:
67: subtype t_notes_table_type is CS_SERVICEREQUEST_PVT.notes_table;
68: t_notes_table t_notes_table_type;
69:
70: subtype t_contacts_table_type is CS_SERVICEREQUEST_PVT.contacts_table;
71: t_contacts_table t_contacts_table_type;

Line 70: subtype t_contacts_table_type is CS_SERVICEREQUEST_PVT.contacts_table;

66:
67: subtype t_notes_table_type is CS_SERVICEREQUEST_PVT.notes_table;
68: t_notes_table t_notes_table_type;
69:
70: subtype t_contacts_table_type is CS_SERVICEREQUEST_PVT.contacts_table;
71: t_contacts_table t_contacts_table_type;
72:
73: l_rec_count number;
74: l_msg_index_out number;

Line 115: cs_servicerequest_pvt.initialize_rec(r_service_request_rec);

111: -- Initialise the SR Rec
112:
113: l_return := 'SRFailure';
114:
115: cs_servicerequest_pvt.initialize_rec(r_service_request_rec);
116:
117: CS_SR_UTIL_PKG.Get_Default_values(
118: p_default_type_id => l_default_type_id,
119: p_default_type => l_default_type,

Line 187: CS_SERVICEREQUEST_PVT.Create_serviceRequest(

183:
184:
185: -- Create the SR
186:
187: CS_SERVICEREQUEST_PVT.Create_serviceRequest(
188: p_api_version => 3,
189: p_init_msg_list => csc_core_utils_pvt.g_true,
190: p_commit => csc_core_utils_pvt.g_true,
191: p_validation_level => csc_core_utils_pvt.g_valid_level_none,