DBA Data[Home] [Help]

APPS.PA_PERSON dependencies on FND_PRODUCT_INSTALLATIONS

Line 158: FROM fnd_product_installations fpi

154: v_delete_permitted varchar2(1);
155: dummy varchar2(240);
156: cursor pa_per_exists is
157: SELECT 'X'
158: FROM fnd_product_installations fpi
159: , pa_implementations_all imp
160: WHERE fpi.application_id = 275
161: AND fpi.status = 'I';
162: --