DBA Data[Home] [Help]

APPS.HXC_APS_UPLOAD_PKG dependencies on HXC_APPLICATION_SETS_V

Line 21: FROM hxc_application_sets_v

17: , DECODE( NVL(last_updated_by,-1), 1, 'SEED', 'CUSTOM')
18: INTO l_application_set_id
19: , l_ovn
20: , l_owner
21: FROM hxc_application_sets_v
22: WHERE application_set_name = P_APPLICATION_SET_NAME;
23:
24: -- NOTE - there is no update section since there is nothing to update
25: