DBA Data[Home] [Help]

APPS.PA_JOB dependencies on FND_PRODUCT_INSTALLATIONS

Line 141: FROM fnd_product_installations fpi

137: PROCEDURE phase2 (p_job_id number) IS
138: dummy VARCHAR2(240); -- used for into argument
139: cursor pa_job_exists is
140: SELECT 'The Job may not be deleted if PA is installed and implemented'
141: FROM fnd_product_installations fpi
142: , pa_implementations_all imp
143: WHERE fpi.application_id = 275
144: AND fpi.status = 'I';
145: