DBA Data[Home] [Help]

APPS.FARX_C_AJ dependencies on FARX_AJ

Line 2: /* $Header: farxcajb.pls 115.3 2002/11/12 08:21:41 glchen ship $ */

1: PACKAGE BODY FARX_C_AJ as
2: /* $Header: farxcajb.pls 115.3 2002/11/12 08:21:41 glchen ship $ */
3:
4: PROCEDURE cost_adjust (
5: errbuf out nocopy varchar2,
6: retcode out nocopy varchar2,

Line 125: farx_aj.cost_adjust (

121:
122: h_request_id := fnd_global.conc_request_id;
123: fnd_profile.get('USER_ID',h_user_id);
124:
125: farx_aj.cost_adjust (
126: book => argument1,
127: begin_period => argument2,
128: end_period => argument3,
129: request_id => h_request_id,

Line 267: farx_aj.cost_clear_rec (

263:
264: h_request_id := fnd_global.conc_request_id;
265: fnd_profile.get('USER_ID',h_user_id);
266:
267: farx_aj.cost_clear_rec (
268: book => argument1,
269: period => argument2,
270: request_id => h_request_id,
271: user_id => h_user_id,