DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on FND_USER

Line 4055: from fnd_user

4051: IF p_country_code IS NULL THEN
4052: BEGIN
4053: l_user_id := fnd_profile.value('USER_ID');
4054: select customer_id into l_customer_id
4055: from fnd_user
4056: where user_id = l_user_id;
4057:
4058: --check if the record is present in hz_parties
4059: select 1 into l_dummy