DBA Data[Home] [Help]

APPS.CSI_MASS_EDIT_PUB dependencies on CSI_SYSTEMS_VL

Line 4913: FROM csi_systems_vl sys, HZ_PARTIES hzp, HZ_CUST_ACCOUNTS acct,

4909: SELECT system_id
4910: INTO l_cust_sys_id
4911: FROM
4912: ( SELECT sys.system_id
4913: FROM csi_systems_vl sys, HZ_PARTIES hzp, HZ_CUST_ACCOUNTS acct,
4914: CSI_LOOKUPS LK
4915: WHERE sys.CUSTOMER_ID = acct.CUST_ACCOUNT_ID
4916: and acct.PARTY_ID = hzp.PARTY_ID
4917: and acct.account_number = l_instance.OWNER_ACCOUNT_NUMBER

Line 4923: FROM csi_systems_vl sys, HZ_PARTIES hzp, HZ_CUST_ACCOUNTS acct,

4919: and LK.LOOKUP_TYPE (+) = 'CSI_SYSTEM_TYPE'
4920: and sys.name = l_instance.SYSTEM_NAME
4921: UNION
4922: SELECT sys.system_id
4923: FROM csi_systems_vl sys, HZ_PARTIES hzp, HZ_CUST_ACCOUNTS acct,
4924: HZ_CUST_ACCT_RELATE_ALL acctall, CSI_LOOKUPS LK
4925: WHERE sys.CUSTOMER_ID = acctall.RELATED_CUST_ACCOUNT_ID
4926: and sys.CUSTOMER_ID = acct.CUST_ACCOUNT_ID
4927: and acct.PARTY_ID = hzp.PARTY_ID