DBA Data[Home] [Help]

APPS.INV_AUTODETAIL dependencies on INV_PP_DEBUG

Line 1033: --inv_pp_debug.send_long_to_pipe(g_stmt);

1029: g_stmt := l_temp1 || l_temp2;
1030: -- inv_sql_binding_pvt.showsql('>>'||l_temp1);
1031: -- inv_sql_binding_pvt.showsql('>>'||l_temp2);
1032: -- inv_sql_binding_pvt.showsql(g_stmt);
1033: --inv_pp_debug.send_long_to_pipe(g_stmt);
1034: --
1035: x_return_status := l_return_status;
1036: EXCEPTION
1037: WHEN fnd_api.g_exc_error THEN

Line 2018: IF inv_pp_debug.is_debug_mode THEN

2014: WHEN fnd_api.g_exc_error THEN
2015: --
2016: -- debugging section
2017: -- can be commented ut for final code
2018: IF inv_pp_debug.is_debug_mode THEN
2019: -- Note: in debug mode, later call to fnd_msg_pub.get will not get
2020: -- the message retrieved here since it is no longer on the stack
2021: inv_pp_debug.set_last_error_message(Sqlerrm);
2022: inv_pp_debug.send_message_to_pipe('exception in '||l_api_name);

Line 2021: inv_pp_debug.set_last_error_message(Sqlerrm);

2017: -- can be commented ut for final code
2018: IF inv_pp_debug.is_debug_mode THEN
2019: -- Note: in debug mode, later call to fnd_msg_pub.get will not get
2020: -- the message retrieved here since it is no longer on the stack
2021: inv_pp_debug.set_last_error_message(Sqlerrm);
2022: inv_pp_debug.send_message_to_pipe('exception in '||l_api_name);
2023: inv_pp_debug.send_last_error_message;
2024: END IF;
2025: -- end of debugging section

Line 2022: inv_pp_debug.send_message_to_pipe('exception in '||l_api_name);

2018: IF inv_pp_debug.is_debug_mode THEN
2019: -- Note: in debug mode, later call to fnd_msg_pub.get will not get
2020: -- the message retrieved here since it is no longer on the stack
2021: inv_pp_debug.set_last_error_message(Sqlerrm);
2022: inv_pp_debug.send_message_to_pipe('exception in '||l_api_name);
2023: inv_pp_debug.send_last_error_message;
2024: END IF;
2025: -- end of debugging section
2026: --

Line 2023: inv_pp_debug.send_last_error_message;

2019: -- Note: in debug mode, later call to fnd_msg_pub.get will not get
2020: -- the message retrieved here since it is no longer on the stack
2021: inv_pp_debug.set_last_error_message(Sqlerrm);
2022: inv_pp_debug.send_message_to_pipe('exception in '||l_api_name);
2023: inv_pp_debug.send_last_error_message;
2024: END IF;
2025: -- end of debugging section
2026: --
2027: ROLLBACK TO create_suggestions_sa;

Line 2037: IF inv_pp_debug.is_debug_mode THEN

2033: WHEN fnd_api.g_exc_unexpected_error THEN
2034: --
2035: -- debugging section
2036: -- can be commented ut for final code
2037: IF inv_pp_debug.is_debug_mode THEN
2038: -- Note: in debug mode, later call to fnd_msg_pub.get will not get
2039: -- the message retrieved here since it is no longer on the stack
2040: inv_pp_debug.set_last_error_message(Sqlerrm);
2041: inv_pp_debug.send_message_to_pipe('exception in '||l_api_name);

Line 2040: inv_pp_debug.set_last_error_message(Sqlerrm);

2036: -- can be commented ut for final code
2037: IF inv_pp_debug.is_debug_mode THEN
2038: -- Note: in debug mode, later call to fnd_msg_pub.get will not get
2039: -- the message retrieved here since it is no longer on the stack
2040: inv_pp_debug.set_last_error_message(Sqlerrm);
2041: inv_pp_debug.send_message_to_pipe('exception in '||l_api_name);
2042: inv_pp_debug.send_last_error_message;
2043: END IF;
2044: -- end of debugging section

Line 2041: inv_pp_debug.send_message_to_pipe('exception in '||l_api_name);

2037: IF inv_pp_debug.is_debug_mode THEN
2038: -- Note: in debug mode, later call to fnd_msg_pub.get will not get
2039: -- the message retrieved here since it is no longer on the stack
2040: inv_pp_debug.set_last_error_message(Sqlerrm);
2041: inv_pp_debug.send_message_to_pipe('exception in '||l_api_name);
2042: inv_pp_debug.send_last_error_message;
2043: END IF;
2044: -- end of debugging section
2045: --

Line 2042: inv_pp_debug.send_last_error_message;

2038: -- Note: in debug mode, later call to fnd_msg_pub.get will not get
2039: -- the message retrieved here since it is no longer on the stack
2040: inv_pp_debug.set_last_error_message(Sqlerrm);
2041: inv_pp_debug.send_message_to_pipe('exception in '||l_api_name);
2042: inv_pp_debug.send_last_error_message;
2043: END IF;
2044: -- end of debugging section
2045: --
2046: ROLLBACK TO create_suggestions_sa;

Line 2056: IF inv_pp_debug.is_debug_mode THEN

2052: WHEN OTHERS THEN
2053: --
2054: -- debugging section
2055: -- can be commented ut for final code
2056: IF inv_pp_debug.is_debug_mode THEN
2057: -- Note: in debug mode, later call to fnd_msg_pub.get will not get
2058: -- the message retrieved here since it is no longer on the stack
2059: inv_pp_debug.set_last_error_message(Sqlerrm);
2060: inv_pp_debug.send_message_to_pipe('exception in '||l_api_name);

Line 2059: inv_pp_debug.set_last_error_message(Sqlerrm);

2055: -- can be commented ut for final code
2056: IF inv_pp_debug.is_debug_mode THEN
2057: -- Note: in debug mode, later call to fnd_msg_pub.get will not get
2058: -- the message retrieved here since it is no longer on the stack
2059: inv_pp_debug.set_last_error_message(Sqlerrm);
2060: inv_pp_debug.send_message_to_pipe('exception in '||l_api_name);
2061: inv_pp_debug.send_last_error_message;
2062: END IF;
2063: -- end of debugging section

Line 2060: inv_pp_debug.send_message_to_pipe('exception in '||l_api_name);

2056: IF inv_pp_debug.is_debug_mode THEN
2057: -- Note: in debug mode, later call to fnd_msg_pub.get will not get
2058: -- the message retrieved here since it is no longer on the stack
2059: inv_pp_debug.set_last_error_message(Sqlerrm);
2060: inv_pp_debug.send_message_to_pipe('exception in '||l_api_name);
2061: inv_pp_debug.send_last_error_message;
2062: END IF;
2063: -- end of debugging section
2064: --

Line 2061: inv_pp_debug.send_last_error_message;

2057: -- Note: in debug mode, later call to fnd_msg_pub.get will not get
2058: -- the message retrieved here since it is no longer on the stack
2059: inv_pp_debug.set_last_error_message(Sqlerrm);
2060: inv_pp_debug.send_message_to_pipe('exception in '||l_api_name);
2061: inv_pp_debug.send_last_error_message;
2062: END IF;
2063: -- end of debugging section
2064: --
2065: ROLLBACK TO create_suggestions_sa;