DBA Data[Home] [Help]

APPS.IGI_DOS_FUNDS dependencies on GL_ENCUMBRANCE_TYPES

Line 587: FROM gl_encumbrance_types

583:
584: --get the encumbrance id
585: SELECT encumbrance_type_id
586: INTO v_encumbrance_type_id
587: FROM gl_encumbrance_types
588: WHERE upper(encumbrance_type) = 'DOSSIER' ;
589:
590: -- =============== START DEBUG LOG ================
591: Debug_log_string (l_proc_level, 'Approve.Msg24',

Line 1122: FROM gl_encumbrance_types

1118:
1119: --get the encumbrance id
1120: SELECT encumbrance_type_id
1121: INTO v_encumbrance_type_id
1122: FROM gl_encumbrance_types
1123: WHERE upper(encumbrance_type) = 'DOSSIER' ;
1124:
1125: -- =============== START DEBUG LOG ================
1126: Debug_log_string (l_proc_level, 'Reject.Msg24',