DBA Data[Home] [Help]

APPS.PA_SCHEDULE_UTILS dependencies on PA_RESOURCE_UTILS

Line 806: PA_RESOURCE_UTILS.get_crm_res_id( p_project_player_id => NULL,

802: l_tc_end_date > nvl(trunc(jtf_res.end_date_time),l_tc_end_date)) ) ;
803:
804: BEGIN
805: -- Calling resource API That will return the resource id
806: PA_RESOURCE_UTILS.get_crm_res_id( p_project_player_id => NULL,
807: p_resource_id => p_resource_id,
808: x_jtf_resource_id => l_jtf_res_id,
809: x_return_status => x_return_status,
810: x_error_message_code => x_msg_data );

Line 838: pa_resource_utils.get_org_defaults(

834: where res1.resource_id = p_resource_id)
835: and resource_id = p_resource_id;
836:
837: -- Get default calendar using organization id.
838: pa_resource_utils.get_org_defaults(
839: p_organization_id => l_resource_organization_id,
840: x_default_ou => l_resource_ou_id,
841: x_default_cal_id => l_calendar_id,
842: x_return_status => x_return_status);