DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_UTILITIES dependencies on FND_DESCRIPTIVE_FLEXS

Line 424: l_reference_field fnd_descriptive_flexs.default_context_field_name%TYPE;

420: ;
421: new_att_catg VARCHAR2 (2000);
422: /*ADVICE(419): VARCHAR2 declaration with length greater than 500 characters [307] */
423:
424: l_reference_field fnd_descriptive_flexs.default_context_field_name%TYPE;
425:
426: CURSOR c_reference_field IS
427: SELECT d.default_context_field_name
428: FROM fnd_descriptive_flexs d, fnd_application a, fnd_product_installations z

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

424: l_reference_field fnd_descriptive_flexs.default_context_field_name%TYPE;
425:
426: CURSOR c_reference_field IS
427: SELECT d.default_context_field_name
428: FROM fnd_descriptive_flexs d, fnd_application a, fnd_product_installations z
429: WHERE d.application_id = a.application_id
430: AND z.application_id = a.application_id
431: AND a.application_short_name = 'PA'
432: AND z.status = 'I'