DBA Data[Home] [Help]

APPS.CSI_PARTY_RELATIONSHIPS_PVT dependencies on HZ_CUST_ACCOUNTS

Line 456: FROM hz_cust_accounts

452: SELECT account_number,
453: account_name
454: INTO p_account_header_tbl(tab_row).party_account_number,
455: p_account_header_tbl(tab_row).party_account_name
456: FROM hz_cust_accounts
457: WHERE cust_account_id = p_account_header_tbl(tab_row).party_account_id;
458: EXCEPTION
459: WHEN no_data_found THEN
460: NULL;