DBA Data[Home] [Help]

APPS.CS_INCIDENT_TYPES_PKG dependencies on CS_SERVICE_RESPONSIBILITY

Line 59: select * from cs_service_responsibility where access_type='ALL';

55:
56: -- for security
57:
58: cursor c_type_resp_csr is
59: select * from cs_service_responsibility where access_type='ALL';
60:
61: cursor c_type_agent_csr IS
62: select * from cs_service_responsibility
63: where business_usage='AGENT' and access_type='ALL';

Line 62: select * from cs_service_responsibility

58: cursor c_type_resp_csr is
59: select * from cs_service_responsibility where access_type='ALL';
60:
61: cursor c_type_agent_csr IS
62: select * from cs_service_responsibility
63: where business_usage='AGENT' and access_type='ALL';
64:
65: c_type_agent_rec c_type_agent_csr%ROWTYPE;
66:

Line 554: from cs_service_responsibility

550: mapping_exist number;
551:
552: cursor c_create_map_csr IS
553: select *
554: from cs_service_responsibility
555: where business_usage='SELF_SERVICE'
556: and access_type='ALL';
557:
558: -- end for security