DBA Data[Home] [Help]

APPS.JERX_C_TO dependencies on FND_APPLICATION

Line 169: fnd_application fa

165: from gl_period_statuses gps,
166: gl_period_statuses gps2,
167: --- gl_sets_of_books sob,
168: gl_ledgers_public_v sob,
169: fnd_application fa
170: where fa.application_short_name = argument1
171: and fa.application_id = gps.application_id
172: and fa.application_id = gps2.application_id
173: and gps.set_of_books_id = to_number(argument2)