DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_UTILS2 dependencies on PA_COST_BASES

Line 434: ,pa_cost_bases base

430: From Dual
431: Where Exists (Select null
432: from pa_cost_base_cost_codes icc
433: ,pa_cost_base_exp_types exp
434: ,pa_cost_bases base
435: where icc.cost_base = exp.cost_base
436: and icc.cost_plus_structure = exp.cost_plus_structure
437: and base.cost_base = icc.cost_base
438: and icc.ind_cost_code NOT IN (l_exp_string)

Line 448: ,pa_cost_bases base

444: Select count(*)
445: INTO l_cwkbdCount
446: from pa_cost_base_cost_codes icc
447: ,pa_cost_base_exp_types exp
448: ,pa_cost_bases base
449: where icc.cost_base = exp.cost_base
450: and icc.cost_plus_structure = exp.cost_plus_structure
451: and base.cost_base = icc.cost_base
452: and icc.ind_cost_code IN (l_exp_string)