DBA Data[Home] [Help]

APPS.PA_COST_PLUS1 dependencies on PA_COST_PLUS1

Line 1: package body PA_COST_PLUS1 as

1: package body PA_COST_PLUS1 as
2: -- $Header: PAXCCPFB.pls 120.2.12000000.4 2007/05/02 09:42:33 haananth ship $
3:
4: NO_DATA_FOUND_ERR number := 100;
5:

Line 190: pa_cost_plus1.get_indirect_cost_import_sum1 ( org_id => organization_id

186:
187: --
188: -- Get the indirect cost
189: --
190: pa_cost_plus1.get_indirect_cost_import_sum1 ( org_id => organization_id
191: ,c_base => c_base
192: ,rate_sch_rev_id => rate_sch_rev_id
193: ,direct_cost => direct_cost
194: ,direct_cost_denom => direct_cost_denom

Line 398: pa_cost_plus1.view_indirect_cost( x_task_id,

394:
395: --
396: -- Get the costing indirect cost
397: --
398: pa_cost_plus1.view_indirect_cost( x_task_id,
399: x_gl_date,
400: x_expenditure_type,
401: x_organization_id,
402: 'C',

Line 421: pa_cost_plus1.view_indirect_cost( x_task_id,

417:
418: --
419: -- Get the revenue indirect cost
420: --
421: pa_cost_plus1.view_indirect_cost( x_task_id,
422: x_gl_date,
423: x_expenditure_type,
424: x_organization_id,
425: 'R',

Line 449: pa_cost_plus1.view_indirect_cost( x_task_id,

445:
446: --
447: -- Get the invoice indirect cost
448: --
449: pa_cost_plus1.view_indirect_cost( x_task_id,
450: x_gl_date,
451: x_expenditure_type,
452: x_organization_id,
453: 'I',

Line 724: end PA_COST_PLUS1 ;

720: EXCEPTION WHEN OTHERS THEN
721: status := SQLCODE;
722: END get_compile_set_info;
723:
724: end PA_COST_PLUS1 ;