DBA Data[Home] [Help]

APPS.ASO_PRICING_INT dependencies on HZ_CUSTOMER_PROFILES

Line 414: FROM HZ_CUSTOMER_PROFILES

410: BEGIN
411:
412: OPEN l_acct_type_cursor FOR
413: SELECT profile_class_id
414: FROM HZ_CUSTOMER_PROFILES
415: WHERE cust_account_id = p_cust_account_id;
416:
417: LOOP
418: