DBA Data[Home] [Help]

APPS.AMS_IMPORTCLIENT_PVT dependencies on AMS_USER_STATUSES_VL

Line 1510: FROM ams_user_statuses_vl

1506:
1507: --06/18/2001 huili
1508: CURSOR c_get_status_id IS
1509: SELECT user_status_id
1510: FROM ams_user_statuses_vl
1511: WHERE UPPER(system_status_type) = 'AMS_IMPORT_STATUS'
1512: AND UPPER(system_status_code) = 'STAGED'
1513: AND default_flag = 'Y';
1514:

Line 1789: FROM ams_user_statuses_vl

1785:
1786: --06/18/2001 huili
1787: CURSOR c_get_status_id IS
1788: SELECT user_status_id
1789: FROM ams_user_statuses_vl
1790: WHERE UPPER(system_status_type) = 'AMS_IMPORT_STATUS'
1791: AND UPPER(system_status_code) = 'STAGED'
1792: AND default_flag = 'Y';
1793: