DBA Data[Home] [Help]

APPS.CSE_FA_INTEGRATION_GRP dependencies on CSE_FA_INTEGRATION_GRP

Line 1: PACKAGE BODY cse_fa_integration_grp AS

1: PACKAGE BODY cse_fa_integration_grp AS
2: /* $Header: CSEGFAIB.pls 120.21 2012/03/08 08:41:50 dsingire ship $ */
3:
4: l_debug varchar2(1) := NVL(FND_PROFILE.VALUE('CSE_DEBUG_OPTION'),'N');
5:

Line 217: debug('Inside API cse_fa_integration_grp.addition');

213: IF is_oat_enabled THEN
214:
215: cse_util_pkg.set_debug;
216:
217: debug('Inside API cse_fa_integration_grp.addition');
218: debug(' p_inv_tbl.count : '||p_inv_tbl.count);
219: debug(' p_asset_dist_tbl.count : '||p_asset_dist_tbl.count);
220:
221: -- invoke oat routines

Line 497: debug('inside cse_fa_integration_grp.cost_adjustment');

493: AND (pei.attribute8 is not null and pei.attribute9 is not null);
494:
495: BEGIN
496: IF is_oat_enabled THEN
497: debug('inside cse_fa_integration_grp.cost_adjustment');
498: -- cost adjustment only for now
499: IF nvl(p_asset_fin_rec_adj.cost, 0) <> 0 THEN
500: -- invoke oat routines
501: IF p_inv_tbl.COUNT > 0 THEN

Line 705: END cse_fa_integration_grp;

701: fnd_msg_pub.add;
702: RETURN FALSE;
703: END reinstate;
704:
705: END cse_fa_integration_grp;