DBA Data[Home] [Help]

APPS.OKL_SETUP_STRMS_TRANS_PUB_W dependencies on OKL_SETUP_STRMS_TRANS_PUB

Line 1: package body okl_setup_strms_trans_pub_w as

1: package body okl_setup_strms_trans_pub_w as
2: /* $Header: OKLUSMNB.pls 120.1 2005/07/19 07:30:46 asawanka noship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5:

Line 92: ddp_sgnv_tbl okl_setup_strms_trans_pub.sgnv_tbl_type;

88: , x_msg_data out nocopy VARCHAR2
89: )
90:
91: as
92: ddp_sgnv_tbl okl_setup_strms_trans_pub.sgnv_tbl_type;
93: ddx_sgnv_tbl okl_setup_strms_trans_pub.sgnv_tbl_type;
94: ddindx binary_integer; indx binary_integer;
95: begin
96:

Line 93: ddx_sgnv_tbl okl_setup_strms_trans_pub.sgnv_tbl_type;

89: )
90:
91: as
92: ddp_sgnv_tbl okl_setup_strms_trans_pub.sgnv_tbl_type;
93: ddx_sgnv_tbl okl_setup_strms_trans_pub.sgnv_tbl_type;
94: ddindx binary_integer; indx binary_integer;
95: begin
96:
97: -- copy data to the local IN or IN-OUT args, if any

Line 138: okl_setup_strms_trans_pub.insert_translations(p_api_version,

134:
135:
136:
137: -- here's the delegated call to the old PL/SQL routine
138: okl_setup_strms_trans_pub.insert_translations(p_api_version,
139: p_init_msg_list,
140: ddp_sgnv_tbl,
141: ddx_sgnv_tbl,
142: x_return_status,

Line 257: ddp_sgnv_tbl okl_setup_strms_trans_pub.sgnv_tbl_type;

253: , x_msg_data out nocopy VARCHAR2
254: )
255:
256: as
257: ddp_sgnv_tbl okl_setup_strms_trans_pub.sgnv_tbl_type;
258: ddx_sgnv_tbl okl_setup_strms_trans_pub.sgnv_tbl_type;
259: ddindx binary_integer; indx binary_integer;
260: begin
261:

Line 258: ddx_sgnv_tbl okl_setup_strms_trans_pub.sgnv_tbl_type;

254: )
255:
256: as
257: ddp_sgnv_tbl okl_setup_strms_trans_pub.sgnv_tbl_type;
258: ddx_sgnv_tbl okl_setup_strms_trans_pub.sgnv_tbl_type;
259: ddindx binary_integer; indx binary_integer;
260: begin
261:
262: -- copy data to the local IN or IN-OUT args, if any

Line 303: okl_setup_strms_trans_pub.update_translations(p_api_version,

299:
300:
301:
302: -- here's the delegated call to the old PL/SQL routine
303: okl_setup_strms_trans_pub.update_translations(p_api_version,
304: p_init_msg_list,
305: ddp_sgnv_tbl,
306: ddx_sgnv_tbl,
307: x_return_status,

Line 391: ddp_sgnv_tbl okl_setup_strms_trans_pub.sgnv_tbl_type;

387: , x_msg_data out nocopy VARCHAR2
388: )
389:
390: as
391: ddp_sgnv_tbl okl_setup_strms_trans_pub.sgnv_tbl_type;
392: ddindx binary_integer; indx binary_integer;
393: begin
394:
395: -- copy data to the local IN or IN-OUT args, if any

Line 435: okl_setup_strms_trans_pub.delete_translations(p_api_version,

431:
432:
433:
434: -- here's the delegated call to the old PL/SQL routine
435: okl_setup_strms_trans_pub.delete_translations(p_api_version,
436: p_init_msg_list,
437: ddp_sgnv_tbl,
438: x_return_status,
439: x_msg_count,

Line 450: end okl_setup_strms_trans_pub_w;

446:
447:
448: end;
449:
450: end okl_setup_strms_trans_pub_w;