DBA Data[Home] [Help]

APPS.CSE_FA_STAGE_PKG dependencies on CSE_FA_STAGE_PKG

Line 1: PACKAGE BODY cse_fa_stage_pkg AS

1: PACKAGE BODY cse_fa_stage_pkg AS
2: /* $Header: CSEPFASB.pls 120.13 2006/08/25 00:41:42 brmanesh noship $ */
3:
4: l_debug varchar2(1) := NVL(fnd_profile.value('CSE_DEBUG_OPTION'),'N');
5:

Line 137: debug('inside api cse_fa_stage_pkg.stage_addition');

133: l_parent_mass_addition_id number;
134: l_pa_asset_line_id number;
135: BEGIN
136:
137: debug('inside api cse_fa_stage_pkg.stage_addition');
138: debug(' p_inv_tbl.count : '||p_inv_tbl.COUNT);
139:
140: IF p_inv_tbl.COUNT = 0 THEN
141: l_stage_flag := TRUE;

Line 500: avalue => 'PLSQLCLOB:CSE_FA_STAGE_PKG.GET_REPORT_CLOB/'||g_clob);

496: WF_ENGINE.SetItemAttrText (
497: itemtype => l_item_type,
498: itemkey => l_item_key,
499: aname => 'ATTACHMENT',
500: avalue => 'PLSQLCLOB:CSE_FA_STAGE_PKG.GET_REPORT_CLOB/'||g_clob);
501:
502: WF_ENGINE.StartProcess (
503: itemtype => l_item_type,
504: itemkey => l_item_key);

Line 523: END cse_fa_stage_pkg;

519: send_mail(l_request_id);
520:
521: END notify_users;
522:
523: END cse_fa_stage_pkg;