DBA Data[Home] [Help]

APPS.IGI_DOS_FUNDS dependencies on GL_ENCUMBRANCE_TYPES

Line 578: FROM gl_encumbrance_types

574:
575: --get the encumbrance id
576: SELECT encumbrance_type_id
577: INTO v_encumbrance_type_id
578: FROM gl_encumbrance_types
579: WHERE upper(encumbrance_type) = 'DOSSIER' ;
580:
581: -- =============== START DEBUG LOG ================
582: Debug_log_string (l_proc_level, 'Approve.Msg24',

Line 1072: FROM gl_encumbrance_types

1068:
1069: --get the encumbrance id
1070: SELECT encumbrance_type_id
1071: INTO v_encumbrance_type_id
1072: FROM gl_encumbrance_types
1073: WHERE upper(encumbrance_type) = 'DOSSIER' ;
1074:
1075: -- =============== START DEBUG LOG ================
1076: Debug_log_string (l_proc_level, 'Reject.Msg24',