DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_UTILITIES dependencies on FND_DESCRIPTIVE_FLEXS

Line 442: l_reference_field fnd_descriptive_flexs.default_context_field_name%TYPE;

438: ;
439: new_att_catg VARCHAR2 (2000);
440: /*ADVICE(419): VARCHAR2 declaration with length greater than 500 characters [307] */
441:
442: l_reference_field fnd_descriptive_flexs.default_context_field_name%TYPE;
443:
444: CURSOR c_reference_field IS
445: SELECT d.default_context_field_name
446: FROM fnd_descriptive_flexs d, fnd_application a, fnd_product_installations z

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

442: l_reference_field fnd_descriptive_flexs.default_context_field_name%TYPE;
443:
444: CURSOR c_reference_field IS
445: SELECT d.default_context_field_name
446: FROM fnd_descriptive_flexs d, fnd_application a, fnd_product_installations z
447: WHERE d.application_id = a.application_id
448: AND z.application_id = a.application_id
449: AND a.application_short_name = 'PA'
450: AND z.status = 'I'