DBA Data[Home] [Help]

APPS.OKL_UPDT_CASH_DTLS_PUB_W dependencies on OKL_UPDT_CASH_DTLS_PUB

Line 1: package body okl_updt_cash_dtls_pub_w as

1: package body okl_updt_cash_dtls_pub_w as
2: /* $Header: OKLUCUPB.pls 120.3 2005/09/20 13:41:39 dkagrawa 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 72: ddp_strm_tbl okl_updt_cash_dtls_pub.okl_cash_dtls_tbl_type;

68: , p6_a20 out nocopy JTF_NUMBER_TABLE
69: )
70:
71: as
72: ddp_strm_tbl okl_updt_cash_dtls_pub.okl_cash_dtls_tbl_type;
73: ddx_strm_tbl okl_updt_cash_dtls_pub.okl_cash_dtls_tbl_type;
74: ddindx binary_integer; indx binary_integer;
75: begin
76:

Line 73: ddx_strm_tbl okl_updt_cash_dtls_pub.okl_cash_dtls_tbl_type;

69: )
70:
71: as
72: ddp_strm_tbl okl_updt_cash_dtls_pub.okl_cash_dtls_tbl_type;
73: ddx_strm_tbl okl_updt_cash_dtls_pub.okl_cash_dtls_tbl_type;
74: ddindx binary_integer; indx binary_integer;
75: begin
76:
77: -- copy data to the local IN or IN-OUT args, if any

Line 108: okl_updt_cash_dtls_pub.updt_cash_dtls_pub(p_api_version,

104: );
105:
106:
107: -- here's the delegated call to the old PL/SQL routine
108: okl_updt_cash_dtls_pub.updt_cash_dtls_pub(p_api_version,
109: p_init_msg_list,
110: x_return_status,
111: x_msg_count,
112: x_msg_data,

Line 147: end okl_updt_cash_dtls_pub_w;

143: , p6_a20
144: );
145: end;
146:
147: end okl_updt_cash_dtls_pub_w;