DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_UTILS2 dependencies on PA_COST_BASES

Line 456: ,pa_cost_bases base

452: From Dual
453: Where Exists (Select null
454: from pa_cost_base_cost_codes icc
455: ,pa_cost_base_exp_types exp
456: ,pa_cost_bases base
457: where icc.cost_base = exp.cost_base
458: and icc.cost_plus_structure = exp.cost_plus_structure
459: and base.cost_base = icc.cost_base
460: and icc.ind_cost_code NOT IN (l_exp_string)

Line 470: ,pa_cost_bases base

466: Select count(*)
467: INTO l_cwkbdCount
468: from pa_cost_base_cost_codes icc
469: ,pa_cost_base_exp_types exp
470: ,pa_cost_bases base
471: where icc.cost_base = exp.cost_base
472: and icc.cost_plus_structure = exp.cost_plus_structure
473: and base.cost_base = icc.cost_base
474: and icc.ind_cost_code IN (l_exp_string)