DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENT_UTILS dependencies on PA_RES_TYPES_VL

Line 4770: pa_res_types_vl restype

4766: CURSOR C_pl_check(p_res_list_member_id IN NUMBER) IS
4767:
4768: select par.alias, restype.name Res_type from pa_resource_list_members par,
4769:
4770: pa_res_types_vl restype
4771:
4772: where par.fc_res_type_code = restype.RES_TYPE_CODE
4773:
4774: and par.resource_list_member_id = p_res_list_member_id;

Line 4912: pa_res_types_vl restype

4908: CURSOR C_Fc_Check(p_fc_res_type_code IN VARCHAR2) IS
4909:
4910: select restype.name Res_type from
4911:
4912: pa_res_types_vl restype
4913:
4914: where p_fc_res_type_code = restype.RES_TYPE_CODE;
4915:
4916: