DBA Data[Home] [Help]

APPS.AR_ADJVALIDATE_PVT dependencies on FND_GLOBAL

Line 926: l_current_org_id := fnd_global.org_id;

922: END IF;
923:
924: -- bug 2822474 : this line does not seem necessary
925: -- Bug 4038942 : re-cache the data only if org_id has changed
926: l_current_org_id := fnd_global.org_id;
927: IF NVL(l_current_org_id,-88888) <> NVL(G_cache_org_id,-88888) THEN
928: G_cache_org_id := l_current_org_id;
929: l_tobe_cached_flag := FND_API.G_TRUE;
930: END IF;

Line 1143: l_user_id := FND_GLOBAL.USER_ID ;

1139: /*------------------------------------------+
1140: | Get the user Id |
1141: +------------------------------------------*/
1142:
1143: l_user_id := FND_GLOBAL.USER_ID ;
1144:
1145: BEGIN
1146: SELECT amount_to,
1147: amount_from