DBA Data[Home] [Help]

APPS.CSI_RMA_FULFILL_PUB dependencies on HZ_CUST_ACCOUNTS_ALL

Line 736: FROM hz_cust_accounts_all

732: l_pty_override_flag := csi_datastructures_pub.g_install_param_rec.ownership_override_at_txn;
733:
734: SELECT party_id
735: INTO l_src_txn_owner_pty_id
736: FROM hz_cust_accounts_all
737: WHERE cust_account_id = p_rma_line_rec.sold_to_org_id;
738:
739: EXCEPTION
740: WHEN others THEN