DBA Data[Home] [Help]

APPS.PFT_AR_ENGINE_PVT dependencies on DBMS_UTILITY

Line 680: g_callstack := DBMS_UTILITY.Format_Call_Stack;

676:
677: when others then
678:
679: g_prg_msg := SQLERRM;
680: g_callstack := DBMS_UTILITY.Format_Call_Stack;
681:
682: if (l_ruleset_rules_csr%ISOPEN) then
683: close l_ruleset_rules_csr;
684: end if;

Line 1747: g_callstack := DBMS_UTILITY.Format_Call_Stack;

1743:
1744: when others then
1745:
1746: g_prg_msg := SQLERRM;
1747: g_callstack := DBMS_UTILITY.Format_Call_Stack;
1748:
1749: FEM_ENGINES_PKG.Tech_Message (
1750: p_severity => g_log_level_6
1751: ,p_module => G_BLOCK||'.'||L_API_NAME||'.Unexpected_Exception'

Line 4552: g_callstack := DBMS_UTILITY.Format_Call_Stack;

4548:
4549: when others then
4550:
4551: g_prg_msg := SQLERRM;
4552: g_callstack := DBMS_UTILITY.Format_Call_Stack;
4553:
4554: if (l_ar_drivers_csr%ISOPEN) then
4555: close l_ar_drivers_csr;
4556: end if;

Line 4761: g_callstack := DBMS_UTILITY.Format_Call_Stack;

4757:
4758: when others then
4759:
4760: g_prg_msg := SQLERRM;
4761: g_callstack := DBMS_UTILITY.Format_Call_Stack;
4762:
4763: if (l_drv_chain_csr%ISOPEN) then
4764: close l_drv_chain_csr;
4765: end if;

Line 4959: g_callstack := DBMS_UTILITY.Format_Call_Stack;

4955:
4956: when others then
4957:
4958: g_prg_msg := SQLERRM;
4959: g_callstack := DBMS_UTILITY.Format_Call_Stack;
4960:
4961: if (l_find_source_chains_csr%ISOPEN) then
4962: close l_find_source_chains_csr;
4963: end if;