DBA Data[Home] [Help]

APPS.IEM_GETCUST_PVT dependencies on FND_PROFILE

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

139: END IF;
140: IF l_party_id is not null THEN
141: x_party_id:=l_party_id;
142: ELSE
143: x_party_id:=FND_PROFILE.VALUE_SPECIFIC('IEM_DEFAULT_CUSTOMER_ID');
144: END IF;
145: -- Standard callto get message count and if count is 1, get message info.
146: FND_MSG_PUB.Count_And_Get
147: ( p_count => x_msg_count,