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.16 2006/11/09 06:43:02 brmanesh noship $ */
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 492: debug('inside cse_fa_integration_grp.cost_adjustment');

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

Line 700: END cse_fa_integration_grp;

696: fnd_msg_pub.add;
697: RETURN FALSE;
698: END reinstate;
699:
700: END cse_fa_integration_grp;