DBA Data[Home] [Help]

APPS.AHL_UC_POS_NECES_PVT dependencies on AHL_UC_VALIDATION_PUB

Line 63: p_x_error_table IN OUT NOCOPY AHL_UC_VALIDATION_PUB.Error_Tbl_Type,

59: x_msg_count OUT NOCOPY NUMBER,
60: x_msg_data OUT NOCOPY VARCHAR2,
61: p_uc_header_id IN NUMBER,
62: p_csi_instance_id IN NUMBER,
63: p_x_error_table IN OUT NOCOPY AHL_UC_VALIDATION_PUB.Error_Tbl_Type,
64: x_evaluation_status OUT NOCOPY VARCHAR2
65: )
66: IS
67: ----

Line 679: p_x_error_table IN OUT NOCOPY AHL_UC_VALIDATION_PUB.Error_Tbl_Type,

675: x_msg_count OUT NOCOPY NUMBER,
676: x_msg_data OUT NOCOPY VARCHAR2,
677: p_uc_header_id IN NUMBER,
678: p_csi_instance_id IN NUMBER,
679: p_x_error_table IN OUT NOCOPY AHL_UC_VALIDATION_PUB.Error_Tbl_Type,
680: x_evaluation_status OUT NOCOPY VARCHAR2
681: ) IS
682: ----
683: CURSOR get_uc_header_rec_csr(p_uc_header_id IN NUMBER) IS

Line 924: p_x_error_table IN OUT NOCOPY AHL_UC_VALIDATION_PUB.Error_Tbl_Type) IS

920: -- This procedure adds a Quantity specific message to the Error Table.
921: PROCEDURE Add_Qty_Message(p_position_ref_code IN VARCHAR2,
922: p_inst_qty IN NUMBER,
923: p_qty_less_flag IN VARCHAR2,
924: p_x_error_table IN OUT NOCOPY AHL_UC_VALIDATION_PUB.Error_Tbl_Type) IS
925:
926: l_return_val BOOLEAN DEFAULT TRUE;
927: l_pos_ref_code fnd_lookups.lookup_code%TYPE;
928: l_pos_ref_meaning fnd_lookups.meaning%TYPE;

Line 1128: p_x_error_table IN OUT NOCOPY AHL_UC_VALIDATION_PUB.Error_Tbl_Type,

1124: x_msg_count OUT NOCOPY NUMBER,
1125: x_msg_data OUT NOCOPY VARCHAR2,
1126: p_uc_header_id IN NUMBER,
1127: p_csi_instance_id IN NUMBER,
1128: p_x_error_table IN OUT NOCOPY AHL_UC_VALIDATION_PUB.Error_Tbl_Type,
1129: x_evaluation_status OUT NOCOPY VARCHAR2) IS
1130:
1131: -- Validate the UC and get the top instance
1132: CURSOR get_uc_header_rec_csr IS