DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on HZ_PARTIES

Line 894: x_vendor_name OUT NOCOPY hz_parties.party_name%TYPE

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

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

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