DBA Data[Home] [Help]

APPS.FARX_C_RC dependencies on FARX_RC

Line 2: /* $Header: farxcrcb.pls 120.2.12010000.2 2008/07/31 07:20:14 sbhaskar ship $ */

1: PACKAGE BODY FARX_C_RC as
2: /* $Header: farxcrcb.pls 120.2.12010000.2 2008/07/31 07:20:14 sbhaskar ship $ */
3:
4:
5: PROCEDURE RECLASS (
6: errbuf out nocopy varchar2,

Line 128: farx_rc.reclass (

124:
125: h_request_id := fnd_global.conc_request_id;
126: fnd_profile.get('USER_ID',h_user_id);
127:
128: farx_rc.reclass (
129: book => argument1,
130: begin_period => argument2,
131: end_period => argument3,
132: request_id => h_request_id,