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.12020000.2 2012/10/15 05:13:46 dsingire ship $ */
3:
4: l_debug varchar2(1) := NVL(fnd_profile.value('CSE_DEBUG_OPTION'),'N');
5:

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

178: l_parent_mass_addition_id number;
179: l_pa_asset_line_id number;
180: BEGIN
181:
182: debug('inside api cse_fa_stage_pkg.stage_addition');
183: debug(' p_inv_tbl.count : '||p_inv_tbl.COUNT);
184:
185: IF p_inv_tbl.COUNT = 0 THEN
186: l_stage_flag := TRUE;

Line 475: wf_core.CONTEXT('cse_fa_stage_pkg'

471: dest_lob := BLOB_TO_CLOB(bdoc);
472: dbms_lob.copy(x_document, dest_lob, dbms_lob.getlength(bdoc));
473: EXCEPTION
474: WHEN OTHERS THEN
475: wf_core.CONTEXT('cse_fa_stage_pkg'
476: ,'get_report_clob'
477: ,p_document_id
478: ,p_display_type);
479: RAISE;

Line 589: avalue => 'PLSQLCLOB:CSE_FA_STAGE_PKG.GET_REPORT_CLOB/'||l_item_type||'|'||l_item_key);

585: WF_ENGINE.SetItemAttrText (
586: itemtype => l_item_type,
587: itemkey => l_item_key,
588: aname => 'ATTACHMENT',
589: avalue => 'PLSQLCLOB:CSE_FA_STAGE_PKG.GET_REPORT_CLOB/'||l_item_type||'|'||l_item_key);
590:
591: debug('StartProcess : ');
592: WF_ENGINE.StartProcess (
593: itemtype => l_item_type,

Line 658: END cse_fa_stage_pkg;

654: send_mail(l_request_id);
655:
656: END notify_users;
657:
658: END cse_fa_stage_pkg;