DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on GL_ENCUMBRANCE_TYPES

Line 1673: FROM gl_encumbrance_types

1669: l_product VARCHAR2(3);
1670: BEGIN
1671: SELECT encumbrance_type_id
1672: INTO p_encumbrance_type_id
1673: FROM gl_encumbrance_types
1674: WHERE encumbrance_type = 'OLD'
1675: AND enabled_flag = 'Y';
1676:
1677: EXCEPTION