DBA Data[Home] [Help]

APPS.JE_GR_TRIAL_BALANCE dependencies on JE_GR_TRIAL_BALANCE

Line 1: PACKAGE BODY JE_GR_TRIAL_BALANCE as

1: PACKAGE BODY JE_GR_TRIAL_BALANCE as
2: /* $Header: jegrftbb.pls 120.4.12020000.2 2012/07/18 12:56:32 rshergil noship $ */
3:
4: /*------------------------------------------------------------------+
5: | Package Cursor and Variables |

Line 270: p_errmsg := 'Error occurred in je_gr_trial_balance.init_account_hierarchy: ' || sqlerrm;

266: WHEN OTHERS THEN
267: if c_account_values%ISOPEN then close c_account_values; end if;
268: if c_parent_value%ISOPEN then close c_parent_value; end if;
269: p_retcode := -1;
270: p_errmsg := 'Error occurred in je_gr_trial_balance.init_account_hierarchy: ' || sqlerrm;
271: return(v_max_levels);
272: end;
273:
274: /*------------------------------------------------------------------+

Line 599: END JE_GR_TRIAL_BALANCE;

595: end if;
596:
597: end;
598:
599: END JE_GR_TRIAL_BALANCE;