DBA Data[Home] [Help]

APPS.UMX_PROXY_USER_PVT dependencies on HZ_PARTIES

Line 29: function GET_PERSON_ID (p_party_id in hz_parties.party_id%type) return number IS

25: /**
26: * Please refer to the package specifications for details
27: */
28:
29: function GET_PERSON_ID (p_party_id in hz_parties.party_id%type) return number IS
30:
31: begin
32:
33: return UMX_REGISTRATION_PVT.get_person_id(p_party_id);