DBA Data[Home] [Help]

APPS.IEM_GETCUST_PVT dependencies on FND_PROFILE

Line 156: x_party_id:=FND_PROFILE.VALUE_SPECIFIC('IEM_DEFAULT_CUSTOMER_ID');

152: END IF;
153: IF l_party_id is not null THEN
154: x_party_id:=l_party_id;
155: ELSE
156: x_party_id:=FND_PROFILE.VALUE_SPECIFIC('IEM_DEFAULT_CUSTOMER_ID');
157: END IF;
158: -- Standard callto get message count and if count is 1, get message info.
159: FND_MSG_PUB.Count_And_Get
160: ( p_count => x_msg_count,