DBA Data[Home] [Help]

APPS.OZF_FUND_APPROVAL_PVT dependencies on OZF_FUNDS_ALL_VL

Line 514: FROM ozf_funds_all_vl

510: l_fund_meaning VARCHAR2(240);
511: l_return_status VARCHAR2(1);
512: CURSOR c_fund_rec (p_fund_id IN NUMBER) IS
513: SELECT fund_number, short_name, currency_code_tc, start_date_active, fund_type
514: FROM ozf_funds_all_vl
515: WHERE fund_id = p_fund_id;
516: BEGIN
517: IF G_DEBUG THEN
518: ozf_utility_pvt.debug_message (

Line 945: FROM ozf_funds_all_vl

941: l_fund_meaning VARCHAR2(240);
942: l_return_status VARCHAR2(1);
943: CURSOR c_fund_rec (p_fund_id IN NUMBER) IS
944: SELECT fund_number, short_name, currency_code_tc, start_date_active, fund_type
945: FROM ozf_funds_all_vl
946: WHERE fund_id = p_fund_id;
947: BEGIN
948: IF G_DEBUG THEN
949: ozf_utility_pvt.debug_message (

Line 1178: FROM ozf_funds_all_vl

1174: CURSOR c_fund_rec (p_act_id IN NUMBER) IS
1175: SELECT short_name, custom_setup_id, original_budget, org_id, to_char(category_id),
1176: start_date_active, end_date_active, owner, currency_code_tc, business_unit_id,
1177: fund_number, fund_type
1178: FROM ozf_funds_all_vl
1179: WHERE fund_id = p_act_id;
1180: BEGIN
1181: fnd_msg_pub.initialize;
1182: l_activity_id :=