DBA Data[Home] [Help]

APPS.PA_PERSON dependencies on PA_IMPLEMENTATIONS_ALL

Line 128: from pa_implementations_all imp,

124: into per_delete_allowed
125: from sys.dual
126: where not exists (
127: select null
128: from pa_implementations_all imp,
129: per_all_people_f per
130: -- per_person_types ptypes -- commenting out for CWK 11.5.10
131: where per.person_id = p_person_id
132: and per.business_group_id = imp.business_group_id

Line 159: , pa_implementations_all imp

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: --
163: BEGIN