DBA Data[Home] [Help]

APPS.OZF_FUNDS_PVT dependencies on AMS_USER_STATUSES_B

Line 4993: FROM ams_user_statuses_b

4989: WHERE fund_id = p_fund_id
4990: ;
4991: CURSOR c_user_status_id (p_status_type IN VARCHAR2, p_status_code IN VARCHAR2) IS
4992: SELECT user_status_id
4993: FROM ams_user_statuses_b
4994: WHERE system_status_type = p_status_type
4995: AND system_status_code = p_status_code
4996: AND default_flag = 'Y'
4997: AND enabled_flag = 'Y'