DBA Data[Home] [Help]

APPS.RLM_XML_API dependencies on HZ_CUST_ACCT_SITES_ALL

Line 1074: FROM hz_cust_acct_sites_all

1070: END IF;
1071: --
1072: SELECT cust_acct_site_id, cust_account_id
1073: INTO v_CustacctSiteId, v_CustAccountId
1074: FROM hz_cust_acct_sites_all
1075: WHERE party_site_id = v_PartySiteID
1076: AND ece_tp_location_code = v_SourceTPLocCode;
1077: --
1078: x_CustomerId := v_CustAccountId;