DBA Data[Home] [Help]

APPS.AR_CREDIT_MEMO_API_PUB_W dependencies on AR_CREDIT_MEMO_API_PUB

Line 1: package body ar_credit_memo_api_pub_w as

1: package body ar_credit_memo_api_pub_w as
2: /* $Header: ARICMWFB.pls 120.7 2011/11/28 16:16:28 parln ship $ */
3: procedure rosetta_table_copy_in_p6(t out nocopy ar_credit_memo_api_pub.cm_notes_tbl_type_cover, a0 JTF_VARCHAR2_TABLE_2000
4: ) as
5: ddindx binary_integer; indx binary_integer;

Line 3: procedure rosetta_table_copy_in_p6(t out nocopy ar_credit_memo_api_pub.cm_notes_tbl_type_cover, a0 JTF_VARCHAR2_TABLE_2000

1: package body ar_credit_memo_api_pub_w as
2: /* $Header: ARICMWFB.pls 120.7 2011/11/28 16:16:28 parln ship $ */
3: procedure rosetta_table_copy_in_p6(t out nocopy ar_credit_memo_api_pub.cm_notes_tbl_type_cover, a0 JTF_VARCHAR2_TABLE_2000
4: ) as
5: ddindx binary_integer; indx binary_integer;
6: begin
7: if a0 is not null and a0.count > 0 then

Line 22: procedure rosetta_table_copy_out_p6(t ar_credit_memo_api_pub.cm_notes_tbl_type_cover, a0 out nocopy JTF_VARCHAR2_TABLE_2000

18: end loop;
19: end if;
20: end if;
21: end rosetta_table_copy_in_p6;
22: procedure rosetta_table_copy_out_p6(t ar_credit_memo_api_pub.cm_notes_tbl_type_cover, a0 out nocopy JTF_VARCHAR2_TABLE_2000
23: ) as
24: ddindx binary_integer; indx binary_integer;
25: begin
26: if t is null or t.count = 0 then

Line 46: procedure rosetta_table_copy_in_p9(t out nocopy ar_credit_memo_api_pub.cm_activity_tbl_type_cover, a0 JTF_DATE_TABLE

42: end if;
43: end if;
44: end rosetta_table_copy_out_p6;
45:
46: procedure rosetta_table_copy_in_p9(t out nocopy ar_credit_memo_api_pub.cm_activity_tbl_type_cover, a0 JTF_DATE_TABLE
47: , a1 JTF_VARCHAR2_TABLE_100
48: , a2 JTF_VARCHAR2_TABLE_100
49: , a3 JTF_VARCHAR2_TABLE_100
50: , a4 JTF_VARCHAR2_TABLE_400

Line 73: procedure rosetta_table_copy_out_p9(t ar_credit_memo_api_pub.cm_activity_tbl_type_cover, a0 out nocopy JTF_DATE_TABLE

69: end loop;
70: end if;
71: end if;
72: end rosetta_table_copy_in_p9;
73: procedure rosetta_table_copy_out_p9(t ar_credit_memo_api_pub.cm_activity_tbl_type_cover, a0 out nocopy JTF_DATE_TABLE
74: , a1 out nocopy JTF_VARCHAR2_TABLE_100
75: , a2 out nocopy JTF_VARCHAR2_TABLE_100
76: , a3 out nocopy JTF_VARCHAR2_TABLE_100
77: , a4 out nocopy JTF_VARCHAR2_TABLE_400

Line 432: ar_credit_memo_api_pub.create_request(p_api_version,

428:
429:
430:
431: -- here's the delegated call to the old PL/SQL routine
432: ar_credit_memo_api_pub.create_request(p_api_version,
433: p_init_msg_list,
434: p_commit,
435: p_validation_level,
436: x_return_status,

Line 501: end ar_credit_memo_api_pub_w;

497:
498:
499: end;
500:
501: end ar_credit_memo_api_pub_w;