DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on FND_USER

Line 4058: from fnd_user

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