DBA Data[Home] [Help]

APPS.GMF_FND_GET_SEGMENT_VAL dependencies on GL_STAT_ACCOUNT_UOM

Line 5: -- removed gl_stat_account_uom table from the cursor Bug 1837544

1: PACKAGE BODY GMF_FND_GET_SEGMENT_VAL AS
2: /* $Header: gmfseglb.pls 115.6 2002/11/11 00:42:27 rseshadr ship $ */
3:
4: --
5: -- removed gl_stat_account_uom table from the cursor Bug 1837544
6: --
7: CURSOR cur_get_segment_val ( startdate date,
8: enddate date,
9: sobname varchar2,

Line 61: FROM gl_stat_account_uom

57: CURSOR cur_get_uom(acct_seg_val VARCHAR2,
58: chart_of_accts_id NUMBER)
59: IS
60: SELECT unit_of_measure
61: FROM gl_stat_account_uom
62: WHERE account_segment_value = acct_seg_val
63: AND chart_of_accounts_id = chart_of_accts_id ;
64:
65: l_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%TYPE ;