APPS.MST_SNAPSHOT_TASK_UTIL dependencies on WSH_LOCATION_OWNERS
Line 8: from wsh_location_owners lo
4: Function getCalendar(lLocationId in number,lCalendarType in VARCHAR2 ) return Varchar2
5: is
6: cursor getOwnerId is
7: select lo.owner_type, lo.OWNER_PARTY_ID 8: from wsh_location_owners lo 9: where lo.wsh_location_id = lLocationId;
10:
11: cursor getCustomerId( lownerId in number) is
12: select hzc.CUST_ACCOUNT_ID