DBA Data[Home] [Help]

APPS.CS_CHARGE_CORE_PVT dependencies on HZ_PARTIES

Line 443: from hz_parties

439: IS
440:
441: Cursor c_party_name IS
442: select party_name||'-'||party_number party_name
443: from hz_parties
444: where party_id = p_value_object_id
445: and nvl(status, 'A') = 'A';
446:
447: Cursor c_incident_type IS