DBA Data[Home] [Help]

APPS.CSD_REPAIR_MANAGER_UTIL dependencies on HZ_CUST_ACCOUNTS

Line 375: hz_cust_accounts cust

371: INTO l_destn_loc_tbl(l_dest_org)
372: FROM hr_locations_all loc,
373: po_location_associations_all ploc,
374: --ra_customers cust -- bug#12610896, subhat
375: hz_cust_accounts cust
376: WHERE loc.inventory_organization_id = l_dest_org
377: AND loc.location_id = ploc.location_id
378: AND ploc.org_id = l_dest_ou
379: AND ploc.customer_id = cust.cust_account_id -- cust.customer_id, bug#12610896, subhat