DBA Data[Home] [Help]

APPS.ARW_SEARCH_CUSTOMERS_W dependencies on ARW_SEARCH_CUSTOMERS_W

Line 1: package body arw_search_customers_w as

1: package body arw_search_customers_w as
2: /* $Header: ARWCUSWB.pls 120.0.12010000.2 2008/11/21 15:26:54 avepati noship $ */
3:
4: procedure rosetta_table_copy_in_p1(t out nocopy arw_search_customers.custsite_tbl, a0 JTF_NUMBER_TABLE
5: , a1 JTF_NUMBER_TABLE

Line 69: arw_search_customers_w.rosetta_table_copy_in_p1(ddp_custsite_rec_tbl, p0_a0

65: ddindx binary_integer; indx binary_integer;
66: begin
67:
68: -- copy data to the local IN or IN-OUT args, if any
69: arw_search_customers_w.rosetta_table_copy_in_p1(ddp_custsite_rec_tbl, p0_a0
70: , p0_a1
71: );
72:
73: -- here's the delegated call to the old PL/SQL routine

Line 83: end arw_search_customers_w;

79: p_is_internal_user);
80:
81: -- copy data back from the local variables to OUT or IN-OUT args, if any
82: end;
83: end arw_search_customers_w;