DBA Data[Home] [Help]

APPS.OE_SO_PLD_PACKAGE dependencies on OE_MSG

Line 41: OE_MSG.Internal_Exception

37: exception
38: when NO_DATA_FOUND then
39: Return;
40: when OTHERS then
41: OE_MSG.Internal_Exception
42: ('OE_SO_PLD_PACKAGE.Get_Schedule_DB_Values',
43: 'Get_DB_Values', 'PICKING_LINE_DETAIL');
44: Result := 'N';
45: end Get_Schedule_DB_Values;

Line 156: OE_MSG.Internal_Exception

152: Return;
153:
154: exception
155: when OTHERS then
156: OE_MSG.Internal_Exception
157: ('OE_SO_PLD_PACKAGE.When_Validate_Record',
158: 'When-Validate-Record', 'PICKING_LINE_DETAIL');
159: Result := 'N';
160: