DBA Data[Home] [Help]

APPS.OZF_ACTBUDGETS_PVT dependencies on AMS_USER_STATUSES_VL

Line 4939: FROM ams_user_statuses_vl

4935: l_custom_setup_id NUMBER;
4936:
4937: CURSOR c_user_status_id (p_status_code IN VARCHAR2) IS
4938: SELECT user_status_id
4939: FROM ams_user_statuses_vl
4940: WHERE system_status_type = l_budget_status_type
4941: AND system_status_code = p_status_code
4942: AND default_flag = 'Y'; -- this should be yes and not 'N'
4943: -- 09/07/2001 mpande added