DBA Data[Home] [Help]

APPS.OZF_FUNDS_PVT dependencies on AMS_USER_STATUSES_B

Line 5395: FROM ams_user_statuses_b

5391: WHERE fund_id = p_fund_id
5392: ;
5393: CURSOR c_user_status_id (p_status_type IN VARCHAR2, p_status_code IN VARCHAR2) IS
5394: SELECT user_status_id
5395: FROM ams_user_statuses_b
5396: WHERE system_status_type = p_status_type
5397: AND system_status_code = p_status_code
5398: AND default_flag = 'Y'
5399: AND enabled_flag = 'Y'