??
DECLARE
--
API input variables
l_operation_tbl bom_rtg_pub.operation_tbl_type := bom_rtg_pub.g_miss_operation_tbl;
l_rtg_header_rec bom_rtg_pub.rtg_header_rec_type := bom_rtg_pub...
分类:
其他好文 时间:
2014-09-25 00:11:58
阅读次数:
511
DECLARE
l_msg_count NUMBER;
l_msg_data VARCHAR2(2000);
l_return_status VARCHAR2(30);
l_cc_hold_comment VARCHAR2(30);
l_result_out VARCHAR2(30);
g_user_id ...
分类:
其他好文 时间:
2014-09-24 13:03:46
阅读次数:
357
DECLARE
l_msg_count NUMBER;
l_msg_data VARCHAR2(2000);
l_return_status VARCHAR2(30);
l_cc_hold_comment VARCHAR2(30);
l_result_out VARCHAR2(30);
i ...
分类:
其他好文 时间:
2014-09-24 12:30:36
阅读次数:
233
Credit checking feature of Oracle OM provides the ability to check that the customer has sufficient credit available with the organization at the point of order booking ,picking, packing and shipping....
分类:
其他好文 时间:
2014-09-23 23:38:15
阅读次数:
321
This post will more focus on Technical part of credit check Functionality. You can check the functional part
of credir check functionality here.
TABLES
These are the main tables used for hold...
分类:
其他好文 时间:
2014-09-23 22:31:35
阅读次数:
387
最近用Cocos2d-x 3.2 Lua写个小游戏,用DrawNode的时候发现的问题。
1、GL Verts不断增长
2、DrawNode:drawPolygon如果设置边界为0,在移动Node的时候还是会有小的边界出现...
分类:
其他好文 时间:
2014-09-21 18:25:51
阅读次数:
200
OPENGL提供了多种多样的混合方法,我们很容易就能实现诸如 叠加、变亮等图像混合。我们知道一般带透明度的图像是RGBA四个通道来存储,最常的glBlendFunc是 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA)大多数的资料会告诉要用这个来处理....
分类:
其他好文 时间:
2014-09-21 10:33:00
阅读次数:
244
效果绚丽的动画效果,可闪光,w键和s键旋转,r 键控制闪光开关
代码如下:
#include
#include
#include
#pragma comment(lib, "opengl32.lib")
#pragma comment(lib, "glut32.lib")
#pragma comment(lib, "glu32.lib")
#pragma comment(lib, "gl...
分类:
移动开发 时间:
2014-09-19 13:56:35
阅读次数:
164
DECLARE
l_rec_profile_t hz_customer_profile_v2pub.customer_profile_rec_type;
l_rec_profile hz_customer_profile_v2pub.cust_profile_amt_rec_type;
l_profile_amt_id NUMBER;
l_profile_id...
分类:
其他好文 时间:
2014-09-17 20:28:32
阅读次数:
399
------------------------------------
-- 1a. Setup the Org_id
------------------------------------
exec dbms_application_info.set_client_info('204');
------------------------------------
-- 1...
分类:
其他好文 时间:
2014-09-17 20:28:22
阅读次数:
504