DBA Data[Home] [Help]

APPS.CS_SR_STATUS_PROPAGATION_PKG dependencies on CS_WORKFLOW_PUB

Line 552: CS_WORKFLOW_PUB.Get_Employee_Role (

548: IF( l_cs_sr_get_empid_csr%NOTFOUND OR l_subject_owner_id IS NULL) THEN
549: l_owner_role := NULL;
550: ELSE
551: -- Retrieve the role name for the request owner
552: CS_WORKFLOW_PUB.Get_Employee_Role (
553: p_api_version => 1.0,
554: p_return_status => l_return_status,
555: p_msg_count => l_msg_count,
556: p_msg_data => l_msg_data,