DBA Data[Home] [Help]

APPS.UMX_PROXY_USER_PVT dependencies on HZ_PARTIES

Line 21: function GET_PERSON_ID (p_party_id in hz_parties.party_id%type) return number;

17: * @return : Person Id of the user
18: * Errors : possible errors raised by this API
19: * Other Comments :
20: */
21: function GET_PERSON_ID (p_party_id in hz_parties.party_id%type) return number;
22:
23: /**
24: * Function : GET_PHONE_NUMBER
25: * Type : Private