DBA Data[Home] [Help]

APPS.PA_ORG dependencies on PA_IND_COMPILED_SETS

Line 252: FROM pa_ind_compiled_sets ics,/*10327103 changed the table used from "pa_ind_cost_multipliers" to pa_ind_compiled_sets*/

248: INTO dummy1
249: FROM sys.dual
250: WHERE exists (
251: SELECT ics.organization_id
252: FROM pa_ind_compiled_sets ics,/*10327103 changed the table used from "pa_ind_cost_multipliers" to pa_ind_compiled_sets*/
253: pa_ind_rate_sch_revisions irr, --Bug 6074710
254: per_org_structure_elements ose
255: WHERE ose.org_structure_element_id = p_org_structure_element_id
256: /* Added below 2 conditions for bug 6074710*/