DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on HZ_PARTIES

Line 895: x_vendor_name OUT NOCOPY hz_parties.party_name%TYPE

891:
892: ===========================================================================*/
893: PROCEDURE get_vendor_name
894: ( l_user_name IN fnd_user.user_name%TYPE,
895: x_vendor_name OUT NOCOPY hz_parties.party_name%TYPE
896: );
897: /* Bug 2788683 end */
898:
899: --

Line 941: -- email address stored in HZ_PARTIES; if that is not available, return

937: --Parameters:
938: --IN:
939: -- p_user_id: user_id of the supplier party
940: --Returns:
941: -- email address stored in HZ_PARTIES; if that is not available, return
942: -- email address stored in FND_USER
943: --Testing:
944: --End of Comments
945: ---------------------------------------------------------------------------