DBA Data[Home] [Help]

APPS.PO_MESSAGE_S dependencies on PO_MESSAGE_S

Line 1: PACKAGE BODY PO_MESSAGE_S AS

1: PACKAGE BODY PO_MESSAGE_S AS
2: -- $Header: PO_MESSAGE_S.plb 120.6 2009/12/16 14:21:43 ssreekum ship $
3:
4: -- Read the profile option that enables/disables the debug log
5: g_debug_unexp BOOLEAN := PO_DEBUG.is_debug_unexp_on;

Line 2: -- $Header: PO_MESSAGE_S.plb 120.6 2009/12/16 14:21:43 ssreekum ship $

1: PACKAGE BODY PO_MESSAGE_S AS
2: -- $Header: PO_MESSAGE_S.plb 120.6 2009/12/16 14:21:43 ssreekum ship $
3:
4: -- Read the profile option that enables/disables the debug log
5: g_debug_unexp BOOLEAN := PO_DEBUG.is_debug_unexp_on;
6:

Line 44: p_package => 'po_message_s'

40: BEGIN
41:
42: --
43: SQL_ERROR(
44: p_package => 'po_message_s'
45: , p_routine => routine
46: , p_location => location
47: , p_sqlcode => error_code
48: , p_sqlerrm => SQLERRM(error_code)

Line 417: END PO_MESSAGE_S;

413: END LOOP;
414: END concat_fnd_messages_in_stack;
415: --
416:
417: END PO_MESSAGE_S;