DBA Data[Home] [Help]

APPS.FND_FLEX_LOADER_APIS dependencies on FND_FLEX_HASH

Line 5847: FROM fnd_flex_hash

5843: WHILE (l_counter < 1000) LOOP
5844: BEGIN
5845: SELECT '$SRS$.$FLEX$.$LOADER$.' || hash_value
5846: INTO l_return
5847: FROM fnd_flex_hash
5848: WHERE hash_value = l_counter
5849: FOR UPDATE NOWAIT;
5850: EXIT;
5851: EXCEPTION