DBA Data[Home] [Help]

APPS.OKL_SPLIT_CONTRACT_PUB_W dependencies on OKL_SPLIT_CONTRACT_PUB

Line 1: package body okl_split_contract_pub_w as

1: package body okl_split_contract_pub_w as
2: /* $Header: OKLUSKHB.pls 115.3 2004/01/24 00:58:37 rravikir 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 37: ddp_new_khr_top_line okl_split_contract_pub.ktl_tbl_type;

33: , p7_a2 out nocopy JTF_NUMBER_TABLE
34: )
35:
36: as
37: ddp_new_khr_top_line okl_split_contract_pub.ktl_tbl_type;
38: ddx_new_khr_top_line okl_split_contract_pub.ktl_tbl_type;
39: ddindx binary_integer; indx binary_integer;
40: begin
41:

Line 38: ddx_new_khr_top_line okl_split_contract_pub.ktl_tbl_type;

34: )
35:
36: as
37: ddp_new_khr_top_line okl_split_contract_pub.ktl_tbl_type;
38: ddx_new_khr_top_line okl_split_contract_pub.ktl_tbl_type;
39: ddindx binary_integer; indx binary_integer;
40: begin
41:
42: -- copy data to the local IN or IN-OUT args, if any

Line 56: okl_split_contract_pub.create_split_contract(p_api_version,

52: );
53:
54:
55: -- here's the delegated call to the old PL/SQL routine
56: okl_split_contract_pub.create_split_contract(p_api_version,
57: p_init_msg_list,
58: x_return_status,
59: x_msg_count,
60: x_msg_data,

Line 79: end okl_split_contract_pub_w;

75: , p7_a2
76: );
77: end;
78:
79: end okl_split_contract_pub_w;