DBA Data[Home] [Help]

APPS.OKL_ACC_CALL_PUB_W dependencies on OKL_ACC_CALL_PUB

Line 1: package body okl_acc_call_pub_w as

1: package body okl_acc_call_pub_w as
2: /* $Header: OKLUACCB.pls 120.1 2005/07/07 13:33:38 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 32: ddp_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;

28: , p5_a1 VARCHAR2 := fnd_api.g_miss_char
29: )
30:
31: as
32: ddp_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_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 46: okl_acc_call_pub.create_acc_trans(p_api_version,

42: ddp_bpd_acc_rec.id := rosetta_g_miss_num_map(p5_a0);
43: ddp_bpd_acc_rec.source_table := p5_a1;
44:
45: -- here's the delegated call to the old PL/SQL routine
46: okl_acc_call_pub.create_acc_trans(p_api_version,
47: p_init_msg_list,
48: x_return_status,
49: x_msg_count,
50: x_msg_data,

Line 71: ddp_bpd_acc_tbl okl_acc_call_pub.bpd_acc_tbl_type;

67: , p5_a1 JTF_VARCHAR2_TABLE_100
68: )
69:
70: as
71: ddp_bpd_acc_tbl okl_acc_call_pub.bpd_acc_tbl_type;
72: ddindx binary_integer; indx binary_integer;
73: begin
74:
75: -- copy data to the local IN or IN-OUT args, if any

Line 86: okl_acc_call_pub.create_acc_trans(p_api_version,

82: , p5_a1
83: );
84:
85: -- here's the delegated call to the old PL/SQL routine
86: okl_acc_call_pub.create_acc_trans(p_api_version,
87: p_init_msg_list,
88: x_return_status,
89: x_msg_count,
90: x_msg_data,

Line 101: end okl_acc_call_pub_w;

97:
98:
99: end;
100:
101: end okl_acc_call_pub_w;