DBA Data[Home] [Help]

APPS.INV_RCV_COMMON_APIS dependencies on INV_SERIAL_NUMBER_PUB

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

3524: END IF;
3525:
3526: SAVEPOINT rcv_insert_serial_sp;
3527: l_to_serial := p_to_serial;
3528: /** we are now calling INV_SERIAL_NUMBER_PUB instead of inv_trx_mgr, for "I" project vipathak
3529: **/
3530: l_return :=
3531: inv_serial_number_pub.validate_serials(
3532: p_org_id => p_org_id

Line 3531: inv_serial_number_pub.validate_serials(

3527: l_to_serial := p_to_serial;
3528: /** we are now calling INV_SERIAL_NUMBER_PUB instead of inv_trx_mgr, for "I" project vipathak
3529: **/
3530: l_return :=
3531: inv_serial_number_pub.validate_serials(
3532: p_org_id => p_org_id
3533: , p_item_id => p_item_id
3534: , p_qty => l_temp_qty
3535: , p_rev => p_rev

Line 5485: inv_serial_number_pub.insert_range_serial(

5481: l_inv_po_j_higher := TRUE;
5482: l_rcv_serial_flag := 'Y';
5483: END IF;
5484:
5485: inv_serial_number_pub.insert_range_serial(
5486: p_api_version => p_api_version
5487: , p_init_msg_list => p_init_msg_list
5488: , p_commit => p_commit
5489: , p_validation_level => p_validation_level