DBA Data[Home] [Help]

APPS.FTE_COMP_CONSTRAINT_UTIL dependencies on HZ_CUST_ACCOUNTS

Line 46: hz_cust_accounts hcas

42:
43: CURSOR c_get_cus_name(c_object_value_num IN NUMBER) IS
44: select hp.party_name
45: from hz_parties hp ,
46: hz_cust_accounts hcas
47: where hcas.cust_account_id = c_object_value_num
48: and hcas.party_id = hp.party_id;
49:
50: CURSOR c_get_car_name(c_object_value_num IN NUMBER) IS