DBA Data[Home] [Help]

APPS.OZF_FUND_EXTENSION_PVT dependencies on AMS_JTF_RS_EMP_V

Line 37: FROM ams_jtf_rs_emp_v

33: l_deletable_flag VARCHAR2(1) := 'D';
34:
35: CURSOR c_resource(p_owner_id NUMBER) IS
36: SELECT full_name
37: FROM ams_jtf_rs_emp_v
38: WHERE resource_id = p_owner_id;
39:
40: CURSOR c_offer IS
41: SELECT ofr.owner_id, qp.description, ofr.status_code, ofr.budget_offer_yn

Line 368: FROM ams_jtf_rs_emp_v

364: WHERE parent_fund_id = p_object_id;
365:
366: CURSOR c_resource(p_owner_id NUMBER) IS
367: SELECT full_name
368: FROM ams_jtf_rs_emp_v
369: WHERE resource_id = p_owner_id;
370:
371: BEGIN
372: x_return_status := fnd_api.g_ret_sts_success;