DBA Data[Home] [Help]

APPS.AMS_COPYACTIVITIES_PVT_W dependencies on AMS_CPYUTILITY_PVT

Line 770: ddp_attributes_table ams_cpyutility_pvt.copy_attributes_table_type;

766: , x_custom_setup_id out nocopy NUMBER
767: )
768:
769: as
770: ddp_attributes_table ams_cpyutility_pvt.copy_attributes_table_type;
771: ddp_copy_columns_table ams_cpyutility_pvt.copy_columns_table_type;
772: ddindx binary_integer; indx binary_integer;
773: begin
774:

Line 771: ddp_copy_columns_table ams_cpyutility_pvt.copy_columns_table_type;

767: )
768:
769: as
770: ddp_attributes_table ams_cpyutility_pvt.copy_attributes_table_type;
771: ddp_copy_columns_table ams_cpyutility_pvt.copy_columns_table_type;
772: ddindx binary_integer; indx binary_integer;
773: begin
774:
775: -- copy data to the local IN or IN-OUT args, if any

Line 784: ams_cpyutility_pvt_w.rosetta_table_copy_in_p0(ddp_attributes_table, p_attributes_table);

780:
781:
782:
783:
784: ams_cpyutility_pvt_w.rosetta_table_copy_in_p0(ddp_attributes_table, p_attributes_table);
785:
786: ams_cpyutility_pvt_w.rosetta_table_copy_in_p2(ddp_copy_columns_table, p9_a0
787: , p9_a1
788: );

Line 786: ams_cpyutility_pvt_w.rosetta_table_copy_in_p2(ddp_copy_columns_table, p9_a0

782:
783:
784: ams_cpyutility_pvt_w.rosetta_table_copy_in_p0(ddp_attributes_table, p_attributes_table);
785:
786: ams_cpyutility_pvt_w.rosetta_table_copy_in_p2(ddp_copy_columns_table, p9_a0
787: , p9_a1
788: );
789:
790: