DBA Data[Home] [Help]

APPS.OKL_INV_FORMAT_DELETE_PUB_W dependencies on OKL_INV_FORMAT_DELETE_PUB

Line 1: package body okl_inv_format_delete_pub_w as

1: package body okl_inv_format_delete_pub_w as
2: /* $Header: OKLUIFDB.pls 120.1 2005/07/14 12:02:05 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 37: ddp_inf_del_rec okl_inv_format_delete_pub.inf_del_rec_type;

33: , p5_a6 DATE := fnd_api.g_miss_date
34: )
35:
36: as
37: ddp_inf_del_rec okl_inv_format_delete_pub.inf_del_rec_type;
38: ddindx binary_integer; indx binary_integer;
39: begin
40:
41: -- copy data to the local IN or IN-OUT args, if any

Line 56: okl_inv_format_delete_pub.delete_format(p_api_version,

52: ddp_inf_del_rec.start_date := rosetta_g_miss_date_in_map(p5_a5);
53: ddp_inf_del_rec.end_date := rosetta_g_miss_date_in_map(p5_a6);
54:
55: -- here's the delegated call to the old PL/SQL routine
56: okl_inv_format_delete_pub.delete_format(p_api_version,
57: p_init_msg_list,
58: x_return_status,
59: x_msg_count,
60: x_msg_data,

Line 86: ddp_inf_del_tbl okl_inv_format_delete_pub.inf_del_tbl_type;

82: , p5_a6 JTF_DATE_TABLE
83: )
84:
85: as
86: ddp_inf_del_tbl okl_inv_format_delete_pub.inf_del_tbl_type;
87: ddindx binary_integer; indx binary_integer;
88: begin
89:
90: -- copy data to the local IN or IN-OUT args, if any

Line 106: okl_inv_format_delete_pub.delete_format(p_api_version,

102: , p5_a6
103: );
104:
105: -- here's the delegated call to the old PL/SQL routine
106: okl_inv_format_delete_pub.delete_format(p_api_version,
107: p_init_msg_list,
108: x_return_status,
109: x_msg_count,
110: x_msg_data,

Line 121: end okl_inv_format_delete_pub_w;

117:
118:
119: end;
120:
121: end okl_inv_format_delete_pub_w;