DBA Data[Home] [Help]

APPS.FARX_C_BL dependencies on FARX_BL

Line 2: /* $Header: farxcblb.pls 115.3 2003/02/26 11:02:32 hhiraga ship $ */

1: PACKAGE BODY FARX_C_BL as
2: /* $Header: farxcblb.pls 115.3 2003/02/26 11:02:32 hhiraga ship $ */
3:
4:
5:
6:

Line 130: farx_bl.asset_cost_balances_rpt (

126: else
127: h_report_style := 'S';
128: end if;
129:
130: farx_bl.asset_cost_balances_rpt (
131: book => argument1,
132: start_period_name => argument2,
133: end_period_name => argument3,
134: report_style => h_report_style, -- 'S' or 'D' -- Added for Group Depreciation

Line 267: farx_bl.cip_balances_rpt (

263: h_request_id := fnd_global.conc_request_id;
264:
265: fnd_profile.get('USER_ID',h_user_id);
266:
267: farx_bl.cip_balances_rpt (
268: book => argument1,
269: start_period_name => argument2,
270: end_period_name => argument3,
271: request_id => h_request_id,

Line 411: farx_bl.accum_deprn_balances_rpt (

407: else
408: h_report_style := 'S';
409: end if;
410:
411: farx_bl.accum_deprn_balances_rpt (
412: book => argument1,
413: start_period_name => argument2,
414: end_period_name => argument3,
415: report_style => h_report_style,

Line 553: farx_bl.reval_reserve_balances_rpt (

549: h_request_id := fnd_global.conc_request_id;
550:
551: fnd_profile.get('USER_ID',h_user_id);
552:
553: farx_bl.reval_reserve_balances_rpt (
554: book => argument1,
555: start_period_name => argument2,
556: end_period_name => argument3,
557: request_id => h_request_id,