DBA Data[Home] [Help]

APPS.AHL_UC_INSTANCE_PVT_W dependencies on AHL_UC_VALIDATION_PUB

Line 708: ddx_warning_msg_tbl ahl_uc_validation_pub.error_tbl_type;

704:
705: as
706: ddp_x_uc_instance_rec ahl_uc_instance_pvt.uc_instance_rec_type;
707: ddp_x_sub_uc_rec ahl_uc_instance_pvt.uc_header_rec_type;
708: ddx_warning_msg_tbl ahl_uc_validation_pub.error_tbl_type;
709: ddindx binary_integer; indx binary_integer;
710: begin
711:
712: -- copy data to the local IN or IN-OUT args, if any

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

904: p11_a26 := ddp_x_sub_uc_rec.attribute13;
905: p11_a27 := ddp_x_sub_uc_rec.attribute14;
906: p11_a28 := ddp_x_sub_uc_rec.attribute15;
907:
908: ahl_uc_validation_pub_w.rosetta_table_copy_out_p0(ddx_warning_msg_tbl, x_warning_msg_tbl);
909: end;
910:
911: procedure install_existing_instance(p_api_version NUMBER
912: , p_init_msg_list VARCHAR2

Line 930: ddx_warning_msg_tbl ahl_uc_validation_pub.error_tbl_type;

926: , x_warning_msg_tbl out nocopy JTF_VARCHAR2_TABLE_2000
927: )
928:
929: as
930: ddx_warning_msg_tbl ahl_uc_validation_pub.error_tbl_type;
931: ddindx binary_integer; indx binary_integer;
932: begin
933:
934: -- copy data to the local IN or IN-OUT args, if any

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

981:
982:
983:
984:
985: ahl_uc_validation_pub_w.rosetta_table_copy_out_p0(ddx_warning_msg_tbl, x_warning_msg_tbl);
986: end;
987:
988: procedure swap_instance(p_api_version NUMBER
989: , p_init_msg_list VARCHAR2

Line 1007: ddx_warning_msg_tbl ahl_uc_validation_pub.error_tbl_type;

1003: , x_warning_msg_tbl out nocopy JTF_VARCHAR2_TABLE_2000
1004: )
1005:
1006: as
1007: ddx_warning_msg_tbl ahl_uc_validation_pub.error_tbl_type;
1008: ddindx binary_integer; indx binary_integer;
1009: begin
1010:
1011: -- copy data to the local IN or IN-OUT args, if any

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

1058:
1059:
1060:
1061:
1062: ahl_uc_validation_pub_w.rosetta_table_copy_out_p0(ddx_warning_msg_tbl, x_warning_msg_tbl);
1063: end;
1064:
1065: procedure get_available_instances(p_api_version NUMBER
1066: , p_init_msg_list VARCHAR2