DBA Data[Home] [Help]

APPS.AS_OPPORTUNITY_PUB_W4 dependencies on AS_ACCESS_PUB

Line 813: ddp_sales_team_tbl as_access_pub.sales_team_tbl_type;

809: , x_msg_data out nocopy VARCHAR2
810: )
811:
812: as
813: ddp_sales_team_tbl as_access_pub.sales_team_tbl_type;
814: ddp_profile_tbl as_utility_pub.profile_tbl_type;
815: ddindx binary_integer; indx binary_integer;
816: begin
817:

Line 823: as_access_pub_w.rosetta_table_copy_in_p2(ddp_sales_team_tbl, p4_a0

819:
820:
821:
822:
823: as_access_pub_w.rosetta_table_copy_in_p2(ddp_sales_team_tbl, p4_a0
824: , p4_a1
825: , p4_a2
826: , p4_a3
827: , p4_a4

Line 1056: ddx_access_profile_rec as_access_pub.access_profile_rec_type;

1052: )
1053:
1054: as
1055: ddp_profile_tbl as_utility_pub.profile_tbl_type;
1056: ddx_access_profile_rec as_access_pub.access_profile_rec_type;
1057: ddindx binary_integer; indx binary_integer;
1058: begin
1059:
1060: -- copy data to the local IN or IN-OUT args, if any