DBA Data[Home] [Help]

APPS.HXC_TIMESTORE_DEPOSIT_UTIL dependencies on FND_APPLICATION

Line 1707: FROM fnd_descriptive_flexs d, fnd_application a, fnd_product_installations z

1703: p_attribute_category IN OUT NOCOPY hxc_bld_blk_info_types.bld_blk_info_type%TYPE)
1704: IS
1705: CURSOR c_reference_field IS
1706: SELECT d.default_context_field_name
1707: FROM fnd_descriptive_flexs d, fnd_application a, fnd_product_installations z
1708: WHERE d.application_id = a.application_id
1709: AND z.application_id = a.application_id
1710: AND a.application_short_name = 'PA'
1711: AND z.status = 'I'