DBA Data[Home] [Help]

APPS.OE_ELECMSGS_PVT dependencies on OE_MSG_PUB

Line 979: OE_MSG_PUB.set_msg_context(

975: END IF;
976:
977:
978: -- start bug 3688227
979: OE_MSG_PUB.set_msg_context(
980: p_entity_code => 'HEADER'
981: ,p_entity_ref => null
982: ,p_entity_id => null
983: ,p_header_id => l_header_id

Line 1094: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1090: p_itemtype, p_itemkey, to_char(p_actid), p_funcmode);
1091: IF l_debug_level > 0 THEN
1092: oe_debug_pub.add('OTHERS in Create_Or_Update_Hist_WF ' || SQLERRM );
1093: END IF;
1094: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1095: OE_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME, 'Create_Or_Update_Hist_Wf');
1096: END IF;
1097: -- don't put the error activity call for exception management
1098: -- since it doesn't make sense here

Line 1095: OE_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME, 'Create_Or_Update_Hist_Wf');

1091: IF l_debug_level > 0 THEN
1092: oe_debug_pub.add('OTHERS in Create_Or_Update_Hist_WF ' || SQLERRM );
1093: END IF;
1094: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1095: OE_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME, 'Create_Or_Update_Hist_Wf');
1096: END IF;
1097: -- don't put the error activity call for exception management
1098: -- since it doesn't make sense here
1099: OE_STANDARD_WF.Save_Messages;

Line 3075: IF OE_MSG_PUB.Check_Msg_level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

3071: END IF;
3072: fnd_file.put_line(FND_FILE.OUTPUT, '');
3073: fnd_file.put_line(FND_FILE.OUTPUT, 'Program exited with code : '||retcode);
3074: fnd_file.put_line(FND_FILE.OUTPUT, 'SQLERRM: '||SQLERRM||' SQLCODE:'||SQLCODE );
3075: IF OE_MSG_PUB.Check_Msg_level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3076: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, 'Open_Interface_Purge_Conc_Pgm');
3077: End if;
3078: End Open_Interface_Purge_Conc_Pgm;
3079:

Line 3076: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, 'Open_Interface_Purge_Conc_Pgm');

3072: fnd_file.put_line(FND_FILE.OUTPUT, '');
3073: fnd_file.put_line(FND_FILE.OUTPUT, 'Program exited with code : '||retcode);
3074: fnd_file.put_line(FND_FILE.OUTPUT, 'SQLERRM: '||SQLERRM||' SQLCODE:'||SQLCODE );
3075: IF OE_MSG_PUB.Check_Msg_level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3076: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, 'Open_Interface_Purge_Conc_Pgm');
3077: End if;
3078: End Open_Interface_Purge_Conc_Pgm;
3079:
3080: -----------------------------------------------------------------

Line 3130: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

3126: oe_debug_pub.add( 'EXITING OE_ELECMSGS_PVT.ADD_ACCESS') ;
3127: END IF;
3128: EXCEPTION
3129: When Others Then
3130: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3131: THEN
3132: OE_MSG_PUB.Add_Exc_Msg
3133: ( G_PKG_NAME
3134: , 'ADD_ACCESS'

Line 3132: OE_MSG_PUB.Add_Exc_Msg

3128: EXCEPTION
3129: When Others Then
3130: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3131: THEN
3132: OE_MSG_PUB.Add_Exc_Msg
3133: ( G_PKG_NAME
3134: , 'ADD_ACCESS'
3135: );
3136: END IF;