DBA Data[Home] [Help]

APPS.OZF_ACTBUDGETS_PVT dependencies on AMS_USER_STATUSES_VL

Line 4122: FROM ams_user_statuses_vl

4118: l_custom_setup_id NUMBER;
4119:
4120: CURSOR c_user_status_id (p_status_code IN VARCHAR2) IS
4121: SELECT user_status_id
4122: FROM ams_user_statuses_vl
4123: WHERE system_status_type = l_budget_status_type
4124: AND system_status_code = p_status_code
4125: AND default_flag = 'Y'; -- this should be yes and not 'N'
4126: -- 09/07/2001 mpande added