DBA Data[Home] [Help]

APPS.INV_LOT_TRX_VALIDATION_PUB dependencies on INV_SERIAL_NUMBER_PUB

Line 4655: Call INV_SERIAL_NUMBER_PUB.validate_serials.

4651: -> Source Serials should match Resulting Serials in Count and Serial Number
4652: -> Source Serials should be available for transactions. (GM ID validation)
4653: -> Serial Material status validation for the source Serials.
4654: -> If Lot Translate and Item Id changed Then
4655: Call INV_SERIAL_NUMBER_PUB.validate_serials.
4656: This will perform uniqueness
4657: check and if possible create the new serial for the Resulting Item.
4658: End IF
4659: ****************************************************************************/

Line 4926: print_debug ('Calling INV_SERIAL_NUMBER_PUB.VALIDATE_SERIALS', 'Validate_serials');

4922: */
4923: IF (l_debug = 1)
4924: THEN
4925: print_debug ('breadcrumb 130', 'Validate_serials');
4926: print_debug ('Calling INV_SERIAL_NUMBER_PUB.VALIDATE_SERIALS', 'Validate_serials');
4927: END IF;
4928: l_qty := 0;
4929: l_end_ser := p_rs_ser_number_tbl(l_rs_var_index);
4930: IF (inv_serial_number_pub.validate_serials

Line 4930: IF (inv_serial_number_pub.validate_serials

4926: print_debug ('Calling INV_SERIAL_NUMBER_PUB.VALIDATE_SERIALS', 'Validate_serials');
4927: END IF;
4928: l_qty := 0;
4929: l_end_ser := p_rs_ser_number_tbl(l_rs_var_index);
4930: IF (inv_serial_number_pub.validate_serials
4931: (p_org_id => p_rs_org_id_tbl (1)
4932: , p_item_id => p_rs_item_id_tbl (1)
4933: , p_qty => l_qty
4934: , p_lot => p_rs_lot_num_tbl (1)

Line 5662: inv_serial_number_pub.is_serial_unique (p_org_id

5658: );
5659: END IF;
5660:
5661: l_ret :=
5662: inv_serial_number_pub.is_serial_unique (p_org_id
5663: , p_to_item_id
5664: , l_ser_number_tbl (i)
5665: , x_msg_data
5666: );