DBA Data[Home] [Help]

APPS.GR_EXPLOSIONS dependencies on APP_EXCEPTION

Line 883: APP_EXCEPTION.Raise_Exception;

879: 'GR_UNEXPECTED_ERROR');
880: FND_MESSAGE.SET_TOKEN('TEXT',
881: l_code_block||sqlerrm,
882: FALSE);
883: APP_EXCEPTION.Raise_Exception;
884:
885: END OPM_410_Lab_Formula;
886: /*
887: **

Line 980: APP_EXCEPTION.Raise_Exception;

976: 'GR_UNEXPECTED_ERROR');
977: FND_MESSAGE.SET_TOKEN('TEXT',
978: l_code_block||sqlerrm,
979: FALSE);
980: APP_EXCEPTION.Raise_Exception;
981:
982: END OPM_11i_Lab_Formula;
983: /*
984: ** This procedure is called from the EXCEPTION handlers

Line 1016: APP_EXCEPTION.Raise_Exception;

1012: FALSE);
1013: END IF;
1014:
1015: IF FND_API.To_Boolean(p_called_by_form) THEN
1016: APP_EXCEPTION.Raise_Exception;
1017: ELSE
1018: FND_MSG_PUB.Add;
1019: FND_MSG_PUB.Count_and_Get
1020: (p_count => x_msg_count,