DBA Data[Home] [Help]

APPS.GMS_AWARD_PVT dependencies on HZ_CUST_ACCOUNTS

Line 941: FROM hz_cust_accounts

937: -- Funding Source LOV validations.
938: -- TCA Changes : Replacing ra_customers with HZ tables
939: CURSOR c_fund_src is
940: SELECT cust_account_id
941: FROM hz_cust_accounts
942: WHERE status = 'A'
943: AND cust_account_id = g_award_rec.funding_source_id ;
944:
945: -- Lookup LOV validations