DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_WRAPPER_UTILITIES dependencies on FND_APPLICATION

Line 374: ,fnd_application a

370:
371: cursor c_reference_field is
372: select d.default_context_field_name
373: from fnd_descriptive_flexs d
374: ,fnd_application a
375: ,fnd_product_installations z
376: where d.application_id = a.application_id
377: and z.application_id = a.application_id
378: and a.application_short_name = 'PA'