DBA Data[Home] [Help]

APPS.OZF_FUND_APPROVAL_PVT dependencies on OZF_FUNDS_ALL_VL

Line 550: FROM ozf_funds_all_vl

546: l_fund_meaning VARCHAR2(240);
547: l_return_status VARCHAR2(1);
548: CURSOR c_fund_rec (p_fund_id IN NUMBER) IS
549: SELECT fund_number, short_name, currency_code_tc, start_date_active, fund_type
550: FROM ozf_funds_all_vl
551: WHERE fund_id = p_fund_id;
552: BEGIN
553: IF G_DEBUG THEN
554: ozf_utility_pvt.debug_message (

Line 981: FROM ozf_funds_all_vl

977: l_fund_meaning VARCHAR2(240);
978: l_return_status VARCHAR2(1);
979: CURSOR c_fund_rec (p_fund_id IN NUMBER) IS
980: SELECT fund_number, short_name, currency_code_tc, start_date_active, fund_type
981: FROM ozf_funds_all_vl
982: WHERE fund_id = p_fund_id;
983: BEGIN
984: IF G_DEBUG THEN
985: ozf_utility_pvt.debug_message (

Line 1214: FROM ozf_funds_all_vl

1210: CURSOR c_fund_rec (p_act_id IN NUMBER) IS
1211: SELECT short_name, custom_setup_id, original_budget, org_id, to_char(category_id),
1212: start_date_active, end_date_active, owner, currency_code_tc, business_unit_id,
1213: fund_number, fund_type
1214: FROM ozf_funds_all_vl
1215: WHERE fund_id = p_act_id;
1216: BEGIN
1217: fnd_msg_pub.initialize;
1218: l_activity_id :=