DBA Data[Home] [Help]

APPS.IGC_CC_WF_ACCOUNTS_PKG dependencies on IGC_CC_WF_ACCOUNTS_PKG

Line 1: PACKAGE BODY IGC_CC_WF_ACCOUNTS_PKG AS

1: PACKAGE BODY IGC_CC_WF_ACCOUNTS_PKG AS
2: /* $Header: IGCCWFCB.pls 120.2.12000000.1 2007/08/20 12:15:10 mbremkum ship $ */
3: --
4: -- is_encumbrance_on
5: --

Line 17: l_error_msg := 'IGC_CC_WF_ACCOUNTS_PKG.is_encumbrance_on: 01';

13: cc_encumbrance_flag varchar2(4);
14: l_error_msg varchar2(200);
15: begin
16:
17: l_error_msg := 'IGC_CC_WF_ACCOUNTS_PKG.is_encumbrance_on: 01';
18:
19: -- Do nothing in cancel or timeout mode
20: --
21: if (funcmode = 'CANCEL') then

Line 47: l_error_msg := 'IGC_CC_WF_ACCOUNTS_PKG.is_encumbrance_on: result = ' || result;

43: else
44: result := 'COMPLETE:FALSE';
45: end if;
46:
47: l_error_msg := 'IGC_CC_WF_ACCOUNTS_PKG.is_encumbrance_on: result = ' || result;
48:
49: end if;
50:
51: return;

Line 55: wf_core.context('IGC_CC_WF_ACCOUNTS_PKG','is_encumbrace_on', l_error_msg);

51: return;
52:
53: EXCEPTION
54: WHEN OTHERS THEN
55: wf_core.context('IGC_CC_WF_ACCOUNTS_PKG','is_encumbrace_on', l_error_msg);
56: raise;
57:
58: end is_encumbrance_on;
59:

Line 146: l_error_msg := 'IGC_CC_WF_ACCOUNTS_PKG.get_charge_account : result = ' || result;

142: else
143: result := 'COMPLETE:FAILURE';
144: end if;
145:
146: l_error_msg := 'IGC_CC_WF_ACCOUNTS_PKG.get_charge_account : result = ' || result;
147:
148: return;
149:
150: EXCEPTION

Line 152: wf_core.context('IGC_CC_WF_ACCOUNTS_PKG','get_charge_account',l_error_msg);

148: return;
149:
150: EXCEPTION
151: WHEN OTHERS THEN
152: wf_core.context('IGC_CC_WF_ACCOUNTS_PKG','get_charge_account',l_error_msg);
153: raise;
154: end get_charge_account;
155:
156: ----

Line 193: wf_core.context('IGC_CC_WF_ACCOUNTS_PKG','No_Process_Defined', l_error_msg);

189: RETURN;
190:
191: EXCEPTION
192: WHEN OTHERS THEN
193: wf_core.context('IGC_CC_WF_ACCOUNTS_PKG','No_Process_Defined', l_error_msg);
194: raise;
195:
196: END No_Process_Defined ;
197:

Line 199: END IGC_CC_WF_ACCOUNTS_PKG;

195:
196: END No_Process_Defined ;
197:
198:
199: END IGC_CC_WF_ACCOUNTS_PKG;