DBA Data[Home] [Help]

APPS.CS_CONTRACTS_PUB dependencies on CS_COVERAGE_SERVICE_PUB

Line 475: -- Use CS_COVERAGE_SERVICE_PUB.Check_Service_Overlap to find any services

471: WHERE ccp.coverage_level_id = cccl.coverage_level_id);
472: BEGIN
473: FOR l_rec IN chk_csr(p_services_rec.cp_service_id) LOOP
474: ------------------------------------------------------------------------------
475: -- Use CS_COVERAGE_SERVICE_PUB.Check_Service_Overlap to find any services
476: -- that overlap each other
477: ------------------------------------------------------------------------------
478: CS_COVERAGE_SERVICE_PUB.check_service_overlap (
479: p_api_version => p_api_version,

Line 478: CS_COVERAGE_SERVICE_PUB.check_service_overlap (

474: ------------------------------------------------------------------------------
475: -- Use CS_COVERAGE_SERVICE_PUB.Check_Service_Overlap to find any services
476: -- that overlap each other
477: ------------------------------------------------------------------------------
478: CS_COVERAGE_SERVICE_PUB.check_service_overlap (
479: p_api_version => p_api_version,
480: p_init_msg_list => p_init_msg_list,
481: p_commit => p_commit,
482: p_service_inv_item_id => p_services_rec.service_inventory_item_id,