DBA Data[Home] [Help]

APPS.MST_SNAPSHOT_TASK_UTIL dependencies on HZ_CUST_ACCOUNTS

Line 13: from hz_cust_accounts hzc

9: where lo.wsh_location_id = lLocationId;
10:
11: cursor getCustomerId( lownerId in number) is
12: select hzc.CUST_ACCOUNT_ID
13: from hz_cust_accounts hzc
14: where party_id = lownerId
15: and rownum = 1;
16:
17: cursor getSupplierId( lownerId in number) is