DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on GL_ENCUMBRANCE_TYPES

Line 1781: FROM gl_encumbrance_types

1777: l_product VARCHAR2(3);
1778: BEGIN
1779: SELECT encumbrance_type_id
1780: INTO p_encumbrance_type_id
1781: FROM gl_encumbrance_types
1782: WHERE encumbrance_type = 'OLD'
1783: AND enabled_flag = 'Y';
1784:
1785: EXCEPTION