DBA Data[Home] [Help]

APPS.FEM_WEBADI_MEMBER_UTILS_PVT dependencies on FND_TABLE_OF_NUMBER

Line 12: g_sequences_tbl FND_TABLE_OF_NUMBER := FND_TABLE_OF_NUMBER

8: --
9: -- This collection will contain 50 integer values starting from 1 to 50.
10: -- This table will be used to retrieve the available mapping sequences
11: -- for a given dimension.
12: g_sequences_tbl FND_TABLE_OF_NUMBER := FND_TABLE_OF_NUMBER
13: ( 1, 2, 3, 4, 5, 6
14: , 7, 8, 9, 10, 11, 12
15: , 13, 14, 15, 16, 17, 18
16: , 19, 20, 21, 22, 23, 24