DBA Data[Home] [Help]

APPS.INV_RCV_COMMON_APIS dependencies on INV_SERIAL_NUMBER_PUB

Line 3350: /** we are now calling INV_SERIAL_NUMBER_PUB instead of inv_trx_mgr, for "I" project vipathak

3346: END IF;
3347:
3348: SAVEPOINT rcv_insert_serial_sp;
3349: l_to_serial := p_to_serial;
3350: /** we are now calling INV_SERIAL_NUMBER_PUB instead of inv_trx_mgr, for "I" project vipathak
3351: **/
3352: l_return :=
3353: inv_serial_number_pub.validate_serials(
3354: p_org_id => p_org_id

Line 3353: inv_serial_number_pub.validate_serials(

3349: l_to_serial := p_to_serial;
3350: /** we are now calling INV_SERIAL_NUMBER_PUB instead of inv_trx_mgr, for "I" project vipathak
3351: **/
3352: l_return :=
3353: inv_serial_number_pub.validate_serials(
3354: p_org_id => p_org_id
3355: , p_item_id => p_item_id
3356: , p_qty => l_temp_qty
3357: , p_rev => p_rev

Line 4958: inv_serial_number_pub.insert_range_serial(

4954: l_inv_po_j_higher := TRUE;
4955: l_rcv_serial_flag := 'Y';
4956: END IF;
4957:
4958: inv_serial_number_pub.insert_range_serial(
4959: p_api_version => p_api_version
4960: , p_init_msg_list => p_init_msg_list
4961: , p_commit => p_commit
4962: , p_validation_level => p_validation_level