DBA Data[Home] [Help]

APPS.PER_PERSON_INFORMATION dependencies on FND_PRODUCT_GROUPS

Line 84: from fnd_product_groups;

80: where name = 'nls_language';
81:
82: cursor csr_release is
83: select release_name
84: from fnd_product_groups;
85:
86: cursor csr_application is
87: SELECT v.application_name||'('||v.application_short_name||')' application
88: ,v.application_id id