DBA Data[Home] [Help]

APPS.CS_SR_STATUS_PROPAGATION_PKG dependencies on CS_WORKFLOW_PUB

Line 532: CS_WORKFLOW_PUB.Get_Employee_Role (

528: IF( l_cs_sr_get_empid_csr%NOTFOUND OR l_subject_owner_id IS NULL) THEN
529: l_owner_role := NULL;
530: ELSE
531: -- Retrieve the role name for the request owner
532: CS_WORKFLOW_PUB.Get_Employee_Role (
533: p_api_version => 1.0,
534: p_return_status => l_return_status,
535: p_msg_count => l_msg_count,
536: p_msg_data => l_msg_data,