DBA Data[Home] [Help]

APPS.OKL_BTCH_CASH_SUMRY_PUB_W dependencies on OKL_BTCH_CASH_SUMRY_PUB

Line 1: package body okl_btch_cash_sumry_pub_w as

1: package body okl_btch_cash_sumry_pub_w as
2: /* $Header: OKLUBASB.pls 115.4 2003/11/11 02:00:54 rgalipo 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 32: ddp_btch_tbl okl_btch_cash_sumry_pub.okl_btch_sumry_tbl_type;

28: , p5_a1 JTF_VARCHAR2_TABLE_100
29: )
30:
31: as
32: ddp_btch_tbl okl_btch_cash_sumry_pub.okl_btch_sumry_tbl_type;
33: ddindx binary_integer; indx binary_integer;
34: begin
35:
36: -- copy data to the local IN or IN-OUT args, if any

Line 47: okl_btch_cash_sumry_pub.okl_batch_sumry(p_api_version,

43: , p5_a1
44: );
45:
46: -- here's the delegated call to the old PL/SQL routine
47: okl_btch_cash_sumry_pub.okl_batch_sumry(p_api_version,
48: p_init_msg_list,
49: x_return_status,
50: x_msg_count,
51: x_msg_data,

Line 62: end okl_btch_cash_sumry_pub_w;

58:
59:
60: end;
61:
62: end okl_btch_cash_sumry_pub_w;