DBA Data[Home] [Help]

APPS.OZF_ACTBUDGETS_PVT dependencies on OZF_SYS_PARAMETERS_ALL

Line 558: FROM ozf_sys_parameters_all

554: --Added for bug 7030415
555:
556: CURSOR c_get_conversion_type( p_org_id IN NUMBER) IS
557: SELECT exchange_rate_type
558: FROM ozf_sys_parameters_all
559: WHERE org_id = p_org_id;
560:
561: -- nepanda : Fix for 12911854
562: CURSOR c_get_gl_info(p_ledger_id IN NUMBER) IS

Line 1997: FROM ozf_sys_parameters_all

1993:
1994: -- Added for bug 7030415
1995: CURSOR c_get_conversion_type( p_org_id IN NUMBER) IS
1996: SELECT exchange_rate_type
1997: FROM ozf_sys_parameters_all
1998: WHERE org_id = p_org_id;
1999:
2000: l_temp_request_amount NUMBER;
2001: l_temp_approved_amount NUMBER;