DBA Data[Home] [Help]

APPS.OKL_BTCH_CASH_APPLIC_PUB_W dependencies on OKL_BTCH_CASH_APPLIC_PUB

Line 1: package body okl_btch_cash_applic_pub_w as

1: package body okl_btch_cash_applic_pub_w as
2: /* $Header: OKLUBAPB.pls 120.3 2007/09/19 06:57:35 varangan ship $ */
3: procedure okl_batch_cash_applic(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , x_return_status out nocopy VARCHAR2

Line 73: ddp_btch_tbl okl_btch_cash_applic_pub.okl_btch_dtls_tbl_type;

69: , p6_a30 out nocopy JTF_VARCHAR2_TABLE_200
70: )
71:
72: as
73: ddp_btch_tbl okl_btch_cash_applic_pub.okl_btch_dtls_tbl_type;
74: ddx_btch_tbl okl_btch_cash_applic_pub.okl_btch_dtls_tbl_type;
75: ddindx binary_integer; indx binary_integer;
76: begin
77:

Line 74: ddx_btch_tbl okl_btch_cash_applic_pub.okl_btch_dtls_tbl_type;

70: )
71:
72: as
73: ddp_btch_tbl okl_btch_cash_applic_pub.okl_btch_dtls_tbl_type;
74: ddx_btch_tbl okl_btch_cash_applic_pub.okl_btch_dtls_tbl_type;
75: ddindx binary_integer; indx binary_integer;
76: begin
77:
78: -- copy data to the local IN or IN-OUT args, if any

Line 119: okl_btch_cash_applic_pub.okl_batch_cash_applic(p_api_version,

115: );
116:
117:
118: -- here's the delegated call to the old PL/SQL routine
119: okl_btch_cash_applic_pub.okl_batch_cash_applic(p_api_version,
120: p_init_msg_list,
121: x_return_status,
122: x_msg_count,
123: x_msg_data,

Line 168: end okl_btch_cash_applic_pub_w;

164: , p6_a30
165: );
166: end;
167:
168: end okl_btch_cash_applic_pub_w;