DBA Data[Home] [Help]

APPS.ASO_SOURCING_PVT dependencies on HZ_CUSTOMER_PROFILES

Line 474: FROM HZ_CUSTOMER_PROFILES

470: l_acct_type_cursor t_cursor;
471: BEGIN
472: OPEN l_acct_type_cursor FOR
473: SELECT profile_class_id
474: FROM HZ_CUSTOMER_PROFILES
475: WHERE cust_account_id = p_cust_account_id;
476:
477: LOOP
478: