DBA Data[Home] [Help]

APPS.AR_IREC_PAYMENTS_W dependencies on AR_IREC_PAYMENTS

Line 1: package body ar_irec_payments_w as

1: package body ar_irec_payments_w as
2: /* $Header: ARIPMTWB.pls 120.0.12000000.1 2007/03/13 06:43:54 abathini noship $ */
3: procedure rosetta_table_copy_in_p34(t out nocopy ar_irec_payments.inv_list_table_type, a0 JTF_NUMBER_TABLE) as
4: ddindx binary_integer; indx binary_integer;
5: begin

Line 3: procedure rosetta_table_copy_in_p34(t out nocopy ar_irec_payments.inv_list_table_type, a0 JTF_NUMBER_TABLE) as

1: package body ar_irec_payments_w as
2: /* $Header: ARIPMTWB.pls 120.0.12000000.1 2007/03/13 06:43:54 abathini noship $ */
3: procedure rosetta_table_copy_in_p34(t out nocopy ar_irec_payments.inv_list_table_type, a0 JTF_NUMBER_TABLE) as
4: ddindx binary_integer; indx binary_integer;
5: begin
6: if a0 is not null and a0.count > 0 then
7: if a0.count > 0 then

Line 21: procedure rosetta_table_copy_out_p34(t ar_irec_payments.inv_list_table_type, a0 out nocopy JTF_NUMBER_TABLE) as

17: end loop;
18: end if;
19: end if;
20: end rosetta_table_copy_in_p34;
21: procedure rosetta_table_copy_out_p34(t ar_irec_payments.inv_list_table_type, a0 out nocopy JTF_NUMBER_TABLE) as
22: ddindx binary_integer; indx binary_integer;
23: begin
24: if t is null or t.count = 0 then
25: a0 := JTF_NUMBER_TABLE();

Line 60: ddrosetta_retval := ar_irec_payments.allow_payment(p_payment_schedule_id,

56:
57:
58:
59: -- here's the delegated call to the old PL/SQL routine
60: ddrosetta_retval := ar_irec_payments.allow_payment(p_payment_schedule_id,
61: p_customer_id,
62: p_customer_site_id);
63:
64: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 83: ddp_payment_schedule_id_list ar_irec_payments.inv_list_table_type;

79: , x_msg_data out nocopy VARCHAR2
80: )
81:
82: as
83: ddp_payment_schedule_id_list ar_irec_payments.inv_list_table_type;
84: ddindx binary_integer; indx binary_integer;
85: begin
86:
87: -- copy data to the local IN or IN-OUT args, if any

Line 88: ar_irec_payments_w.rosetta_table_copy_in_p34(ddp_payment_schedule_id_list, p_payment_schedule_id_list);

84: ddindx binary_integer; indx binary_integer;
85: begin
86:
87: -- copy data to the local IN or IN-OUT args, if any
88: ar_irec_payments_w.rosetta_table_copy_in_p34(ddp_payment_schedule_id_list, p_payment_schedule_id_list);
89:
90:
91:
92:

Line 95: ar_irec_payments.update_invoice_payment_status(ddp_payment_schedule_id_list,

91:
92:
93:
94: -- here's the delegated call to the old PL/SQL routine
95: ar_irec_payments.update_invoice_payment_status(ddp_payment_schedule_id_list,
96: p_inv_pay_status,
97: x_return_status,
98: x_msg_count,
99: x_msg_data);

Line 108: end ar_irec_payments_w;

104:
105:
106: end;
107:
108: end ar_irec_payments_w;