DBA Data[Home] [Help]

APPS.AHL_UC_INSTANCE_PVT_W dependencies on AHL_UC_VALIDATION_PUB

Line 721: ddx_warning_msg_tbl ahl_uc_validation_pub.error_tbl_type;

717:
718: as
719: ddp_x_uc_instance_rec ahl_uc_instance_pvt.uc_instance_rec_type;
720: ddp_x_sub_uc_rec ahl_uc_instance_pvt.uc_header_rec_type;
721: ddx_warning_msg_tbl ahl_uc_validation_pub.error_tbl_type;
722: ddindx binary_integer; indx binary_integer;
723: begin
724:
725: -- copy data to the local IN or IN-OUT args, if any

Line 921: ahl_uc_validation_pub_w.rosetta_table_copy_out_p0(ddx_warning_msg_tbl, x_warning_msg_tbl);

917: p11_a26 := ddp_x_sub_uc_rec.attribute13;
918: p11_a27 := ddp_x_sub_uc_rec.attribute14;
919: p11_a28 := ddp_x_sub_uc_rec.attribute15;
920:
921: ahl_uc_validation_pub_w.rosetta_table_copy_out_p0(ddx_warning_msg_tbl, x_warning_msg_tbl);
922: end;
923:
924: procedure install_existing_instance(p_api_version NUMBER
925: , p_init_msg_list VARCHAR2

Line 942: ddx_warning_msg_tbl ahl_uc_validation_pub.error_tbl_type;

938: , x_warning_msg_tbl out nocopy JTF_VARCHAR2_TABLE_2000
939: )
940:
941: as
942: ddx_warning_msg_tbl ahl_uc_validation_pub.error_tbl_type;
943: ddindx binary_integer; indx binary_integer;
944: begin
945:
946: -- copy data to the local IN or IN-OUT args, if any

Line 994: ahl_uc_validation_pub_w.rosetta_table_copy_out_p0(ddx_warning_msg_tbl, x_warning_msg_tbl);

990:
991:
992:
993:
994: ahl_uc_validation_pub_w.rosetta_table_copy_out_p0(ddx_warning_msg_tbl, x_warning_msg_tbl);
995: end;
996:
997: procedure swap_instance(p_api_version NUMBER
998: , p_init_msg_list VARCHAR2

Line 1016: ddx_warning_msg_tbl ahl_uc_validation_pub.error_tbl_type;

1012: , x_warning_msg_tbl out nocopy JTF_VARCHAR2_TABLE_2000
1013: )
1014:
1015: as
1016: ddx_warning_msg_tbl ahl_uc_validation_pub.error_tbl_type;
1017: ddindx binary_integer; indx binary_integer;
1018: begin
1019:
1020: -- copy data to the local IN or IN-OUT args, if any

Line 1071: ahl_uc_validation_pub_w.rosetta_table_copy_out_p0(ddx_warning_msg_tbl, x_warning_msg_tbl);

1067:
1068:
1069:
1070:
1071: ahl_uc_validation_pub_w.rosetta_table_copy_out_p0(ddx_warning_msg_tbl, x_warning_msg_tbl);
1072: end;
1073:
1074: procedure get_available_instances(p_api_version NUMBER
1075: , p_init_msg_list VARCHAR2