DBA Data[Home] [Help]

APPS.FA_POST_ADJ_ITF_PKG dependencies on FA_POST_ADJ_ITF_PKG

Line 1: PACKAGE BODY FA_POST_ADJ_ITF_PKG as

1: PACKAGE BODY FA_POST_ADJ_ITF_PKG as
2: /* $Header: fapadjib.pls 120.2 2010/04/17 13:19:17 deemitta noship $ */
3:
4: g_log_level_rec fa_api_types.log_level_rec_type;
5:

Line 127: l_calling_fn VARCHAR2(30) := 'fa_post_adj_itf_pkg.fapadji';

123: l_mesg_count number;
124: l_mesg VARCHAR2(4000);
125: l_mesg_name VARCHAR2(30);
126:
127: l_calling_fn VARCHAR2(30) := 'fa_post_adj_itf_pkg.fapadji';
128: l_string varchar2(250);
129:
130: l_trans_rec FA_API_TYPES.trans_rec_type;
131: l_asset_hdr_rec FA_API_TYPES.asset_hdr_rec_type;

Line 926: l_calling_fn := 'FA_POST_ADJ_ITF_PKG.fapadji';

922: -- first dump the message to the output file
923: -- set/translate/retrieve the mesg from fnd
924: l_message := nvl(p_message, 'FA_PADJI_FAIL_TRX');
925:
926: l_calling_fn := 'FA_POST_ADJ_ITF_PKG.fapadji';
927:
928: fnd_message.set_name('OFA', l_message);
929: l_mesg := substrb(fnd_message.get, 1, 100);
930:

Line 947: END FA_POST_ADJ_ITF_PKG;

943: raise;
944:
945: END write_message;
946:
947: END FA_POST_ADJ_ITF_PKG;