DBA Data[Home] [Help]

APPS.FEM_RU_ENGINE_PVT dependencies on DBMS_UTILITY

Line 734: g_callstack := DBMS_UTILITY.Format_Call_Stack;

730:
731: when others then
732:
733: g_prg_msg := SQLERRM;
734: g_callstack := DBMS_UTILITY.Format_Call_Stack;
735:
736: if (l_ruleset_rules_csr%ISOPEN) then
737: close l_ruleset_rules_csr;
738: end if;

Line 2493: g_callstack := DBMS_UTILITY.Format_Call_Stack;

2489:
2490: when others then
2491:
2492: g_prg_msg := SQLERRM;
2493: g_callstack := DBMS_UTILITY.Format_Call_Stack;
2494:
2495: FEM_ENGINES_PKG.Tech_Message (
2496: p_severity => G_LOG_LEVEL_6
2497: ,p_module => G_BLOCK||'.'||l_api_name||'.Unexpected_Exception'

Line 5281: g_callstack := DBMS_UTILITY.Format_Call_Stack;

5277:
5278: when others then
5279:
5280: g_prg_msg := SQLERRM;
5281: g_callstack := DBMS_UTILITY.Format_Call_Stack;
5282:
5283: if (l_find_parent_nodes_csr%ISOPEN) then
5284: close l_find_parent_nodes_csr;
5285: end if;

Line 5804: g_callstack := DBMS_UTILITY.Format_Call_Stack;

5800:
5801: when others then
5802:
5803: g_prg_msg := SQLERRM;
5804: g_callstack := DBMS_UTILITY.Format_Call_Stack;
5805:
5806: if (l_find_children_csr%ISOPEN) then
5807: close l_find_children_csr;
5808: end if;

Line 6003: g_callstack := DBMS_UTILITY.Format_Call_Stack;

5999:
6000: when others then
6001:
6002: g_prg_msg := SQLERRM;
6003: g_callstack := DBMS_UTILITY.Format_Call_Stack;
6004:
6005: if (l_find_child_chains_csr%ISOPEN) then
6006: close l_find_child_chains_csr;
6007: end if;