DBA Data[Home] [Help]

APPS.AML_MONITOR_WF dependencies on HZ_PARTIES

Line 798: from hz_parties

794: where status_code = c_status_code;
795:
796: cursor c_get_customer_name (c_customer_id number) is
797: select party_name
798: from hz_parties
799: where party_id = c_customer_id;
800:
801: BEGIN
802: IF (AS_DEBUG_LOW_ON) THEN