DBA Data[Home] [Help]

APPS.OKL_TRANSACTION_PUB_W dependencies on OKL_TRANSACTION_PUB

Line 1: package body okl_transaction_pub_w as

1: package body okl_transaction_pub_w as
2: /* $Header: OKLUTXNB.pls 120.2 2005/08/02 09:34:12 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 120: ddx_tcnv_rec okl_transaction_pub.tcnv_rec_type;

116: )
117:
118: as
119: ddp_trx_date date;
120: ddx_tcnv_rec okl_transaction_pub.tcnv_rec_type;
121: ddindx binary_integer; indx binary_integer;
122: begin
123:
124: -- copy data to the local IN or IN-OUT args, if any

Line 139: okl_transaction_pub.create_transaction(p_api_version,

135:
136:
137:
138: -- here's the delegated call to the old PL/SQL routine
139: okl_transaction_pub.create_transaction(p_api_version,
140: p_init_msg_list,
141: x_return_status,
142: x_msg_count,
143: x_msg_data,

Line 342: ddx_tcnv_rec okl_transaction_pub.tcnv_rec_type;

338: , p7_a82 out nocopy DATE
339: )
340:
341: as
342: ddx_tcnv_rec okl_transaction_pub.tcnv_rec_type;
343: ddindx binary_integer; indx binary_integer;
344: begin
345:
346: -- copy data to the local IN or IN-OUT args, if any

Line 356: okl_transaction_pub.update_trx_status(p_api_version,

352:
353:
354:
355: -- here's the delegated call to the old PL/SQL routine
356: okl_transaction_pub.update_trx_status(p_api_version,
357: p_init_msg_list,
358: x_return_status,
359: x_msg_count,
360: x_msg_data,

Line 469: ddp_rev_tbl okl_transaction_pub.rev_tbl_type;

465: , p_tsu_code VARCHAR2
466: )
467:
468: as
469: ddp_rev_tbl okl_transaction_pub.rev_tbl_type;
470: ddindx binary_integer; indx binary_integer;
471: begin
472:
473: -- copy data to the local IN or IN-OUT args, if any

Line 485: okl_transaction_pub.abandon_revisions(p_api_version,

481:
482:
483:
484: -- here's the delegated call to the old PL/SQL routine
485: okl_transaction_pub.abandon_revisions(p_api_version,
486: p_init_msg_list,
487: x_return_status,
488: x_msg_count,
489: x_msg_data,

Line 504: end okl_transaction_pub_w;

500:
501:
502: end;
503:
504: end okl_transaction_pub_w;