DBA Data[Home] [Help]

APPS.CSD_RECALLS_PVT dependencies on HZ_PARTIES

Line 753: FROM hz_parties

749: g_csd_shipto_billto_cache(l_csd_recall_lines_tbl(l_index).owner_party_id).ship_to_site_use_id;
750:
751: SELECT party_type
752: INTO g_csd_shipto_billto_cache(l_csd_recall_lines_tbl(l_index).owner_party_id).caller_type
753: FROM hz_parties
754: WHERE party_id = l_csd_recall_lines_tbl(l_index).owner_party_id;
755:
756: l_service_request_rec.caller_type :=
757: g_csd_shipto_billto_cache(l_csd_recall_lines_tbl(l_index).owner_party_id).caller_type;