DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_UTILS2 dependencies on PA_COST_BASE_COST_CODES

Line 432: from pa_cost_base_cost_codes icc

428: Select 'Y'
429: INTO l_error_flag
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

Line 446: from pa_cost_base_cost_codes icc

442: and icc.cost_base_type = 'INDIRECT COST') ;
443: */
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