DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENT_UTILS dependencies on PA_RES_TYPES_VL

Line 4654: pa_res_types_vl restype

4650: CURSOR C_pl_check(p_res_list_member_id IN NUMBER) IS
4651:
4652: select par.alias, restype.name Res_type from pa_resource_list_members par,
4653:
4654: pa_res_types_vl restype
4655:
4656: where par.fc_res_type_code = restype.RES_TYPE_CODE
4657:
4658: and par.resource_list_member_id = p_res_list_member_id;

Line 4796: pa_res_types_vl restype

4792: CURSOR C_Fc_Check(p_fc_res_type_code IN VARCHAR2) IS
4793:
4794: select restype.name Res_type from
4795:
4796: pa_res_types_vl restype
4797:
4798: where p_fc_res_type_code = restype.RES_TYPE_CODE;
4799:
4800: