DBA Data[Home] [Help]

APPS.WIP_JSI_PROCESSOR dependencies on WIP_JSI_PROCESSOR

Line 1: package body WIP_JSI_Processor as

1: package body WIP_JSI_Processor as
2: /* $Header: wipjsipb.pls 120.1.12010000.2 2010/02/05 01:49:53 pding ship $ */
3:
4:
5:

Line 658: fnd_message.set_token('ERROR_TEXT', 'WIP_JSI_Processor.update_parent_table calling => ' ||

654: x_msg_data => l_msg_data);
655:
656: if(l_status <> FND_API.G_RET_STS_SUCCESS) then
657: fnd_message.set_name('WIP', 'WIP_UNEXPECTED_ERROR');
658: fnd_message.set_token('ERROR_TEXT', 'WIP_JSI_Processor.update_parent_table calling => ' ||
659: 'wip_picking_pub.Update_Job_BackOrdQty: ' || SQLERRM);
660: wip_jsi_utils.record_current_error;
661: end if;
662: end if;

Line 673: fnd_message.set_token('ERROR_TEXT', 'WIP_JSI_Processor.update_parent_table calling => ' ||

669: x_return_status => l_status,
670: x_msg_data => l_msg_data);
671: if(l_status <> FND_API.G_RET_STS_SUCCESS) then
672: fnd_message.set_name('WIP', 'WIP_UNEXPECTED_ERROR');
673: fnd_message.set_token('ERROR_TEXT', 'WIP_JSI_Processor.update_parent_table calling => ' ||
674: 'wip_picking_pub.Update_Job_BackOrdQty: ' || SQLERRM);
675: wip_jsi_utils.record_current_error;
676: end if;
677: end if;

Line 967: END WIP_JSI_Processor ;

963: P_Error_Msg := SUBSTR(FND_MESSAGE.get,1,500);
964: END;
965:
966:
967: END WIP_JSI_Processor ;