DBA Data[Home] [Help]

APPS.CSI_INV_HZ_PKG dependencies on CSI_ITEM_INSTANCE_PUB

Line 280: csi_item_instance_pub.get_item_instances(l_api_version,

276: csi_t_gen_utility_pvt.add('Ship to Location ID: '||l_mtl_item_tbl(j).ship_to_location_id);
277: csi_t_gen_utility_pvt.add('Before Get Item Instance');
278: END IF;
279:
280: csi_item_instance_pub.get_item_instances(l_api_version,
281: l_commit,
282: l_init_msg_list,
283: l_validation_level,
284: l_instance_query_rec,

Line 307: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.get_item_instance API '||l_msg_data);

303: -- Check for any errors and add them to the message stack to pass out to be put into the
304: -- error log table.
305: IF NOT l_return_status = l_fnd_success then
306: IF (l_debug > 0) THEN
307: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.get_item_instance API '||l_msg_data);
308: END IF;
309: l_msg_index := 1;
310: WHILE l_msg_count > 0 loop
311: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 360: csi_item_instance_pub.create_item_instance(l_api_version,

356: IF (l_debug > 0) THEN
357: csi_t_gen_utility_pvt.add('Before Create Source Item Instance');
358: END IF;
359:
360: csi_item_instance_pub.create_item_instance(l_api_version,
361: l_commit,
362: l_init_msg_list,
363: l_validation_level,
364: l_new_src_instance_rec,

Line 389: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.create_item_instance API '||l_msg_data);

385: -- Check for any errors and add them to the message stack to pass out to be put into the
386: -- error log table.
387: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
388: IF (l_debug > 0) THEN
389: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.create_item_instance API '||l_msg_data);
390: END IF;
391: l_msg_index := 1;
392: WHILE l_msg_count > 0 loop
393: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 434: csi_item_instance_pub.update_item_instance(l_api_version,

430: IF (l_debug > 0) THEN
431: csi_t_gen_utility_pvt.add('Before Update Item Instance');
432: END IF;
433:
434: csi_item_instance_pub.update_item_instance(l_api_version,
435: l_commit,
436: l_init_msg_list,
437: l_validation_level,
438: l_update_source_instance_rec,

Line 467: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);

463: -- Check for any errors and add them to the message stack to pass out to be put into the
464: -- error log table.
465: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
466: IF (l_debug > 0) THEN
467: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);
468: END IF;
469: l_msg_index := 1;
470: WHILE l_msg_count > 0 loop
471: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 511: csi_item_instance_pub.get_item_instances(l_api_version,

507: csi_t_gen_utility_pvt.add('Ship to Location ID: '||l_mtl_item_tbl(j).ship_to_location_id);
508: csi_t_gen_utility_pvt.add('Location Type Code: '||l_location_type);
509: END IF;
510:
511: csi_item_instance_pub.get_item_instances(l_api_version,
512: l_commit,
513: l_init_msg_list,
514: l_validation_level,
515: l_instance_query_rec,

Line 538: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.get_item_instance API '||l_msg_data);

534:
535: -- Check for any errors and add them to the message stack to pass out to be put into the error log table.
536: IF NOT l_return_status = l_fnd_success then
537: IF (l_debug > 0) THEN
538: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.get_item_instance API '||l_msg_data);
539: END IF;
540: l_msg_index := 1;
541: WHILE l_msg_count > 0 loop
542: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 589: csi_item_instance_pub.create_item_instance(l_api_version,

585: IF (l_debug > 0) THEN
586: csi_t_gen_utility_pvt.add('Before Create Item Instance - 45');
587: END IF;
588:
589: csi_item_instance_pub.create_item_instance(l_api_version,
590: l_commit,
591: l_init_msg_list,
592: l_validation_level,
593: l_new_dest_instance_rec,

Line 612: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.create_item_instance API '||l_msg_data);

608:
609: -- Check for any errors and add them to the message stack to pass out to be put into the error log table.
610: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
611: IF (l_debug > 0) THEN
612: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.create_item_instance API '||l_msg_data);
613: END IF;
614: l_msg_index := 1;
615: WHILE l_msg_count > 0 loop
616: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 647: csi_item_instance_pub.update_item_instance(l_api_version,

643: IF (l_debug > 0) THEN
644: csi_t_gen_utility_pvt.add('Before Update Item Instance - Neg Qty');
645: END IF;
646:
647: csi_item_instance_pub.update_item_instance(l_api_version,
648: l_commit,
649: l_init_msg_list,
650: l_validation_level,
651: l_update_dest_instance_rec,

Line 675: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);

671:
672: -- Check for any errors and add them to the message stack to pass out to be put into the error log table.
673: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
674: IF (l_debug > 0) THEN
675: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);
676: END IF;
677: l_msg_index := 1;
678: WHILE l_msg_count > 0 loop
679: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 737: csi_item_instance_pub.update_item_instance(l_api_version,

733: IF (l_debug > 0) THEN
734: csi_t_gen_utility_pvt.add('Before Update Item Instance');
735: END IF;
736:
737: csi_item_instance_pub.update_item_instance(l_api_version,
738: l_commit,
739: l_init_msg_list,
740: l_validation_level,
741: l_update_instance_rec,

Line 766: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);

762: -- Check for any errors and add them to the message stack to pass out to be put into the
763: -- error log table.
764: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
765: IF (l_debug > 0) THEN
766: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);
767: END IF;
768: l_msg_index := 1;
769: WHILE l_msg_count > 0 loop
770: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 1167: csi_item_instance_pub.get_item_instances(l_api_version,

1163: csi_t_gen_utility_pvt.add('Before Get Item Instance');
1164: csi_t_gen_utility_pvt.add('Ship to Location ID: '||l_mtl_item_tbl(j).ship_to_location_id);
1165: END IF;
1166:
1167: csi_item_instance_pub.get_item_instances(l_api_version,
1168: l_commit,
1169: l_init_msg_list,
1170: l_validation_level,
1171: l_instance_query_rec,

Line 1195: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.get_item_instance API '||l_msg_data);

1191: -- Check for any errors and add them to the message stack to pass out to be put into the
1192: -- error log table.
1193: IF NOT l_return_status = l_fnd_success then
1194: IF (l_debug > 0) THEN
1195: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.get_item_instance API '||l_msg_data);
1196: END IF;
1197: l_msg_index := 1;
1198: WHILE l_msg_count > 0 loop
1199: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 1248: csi_item_instance_pub.update_item_instance(l_api_version,

1244: IF (l_debug > 0) THEN
1245: csi_t_gen_utility_pvt.add('Before Update Item Instance');
1246: END IF;
1247:
1248: csi_item_instance_pub.update_item_instance(l_api_version,
1249: l_commit,
1250: l_init_msg_list,
1251: l_validation_level,
1252: l_update_instance_rec,

Line 1278: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);

1274: -- Check for any errors and add them to the message stack to pass out to be put into the
1275: -- error log table.
1276: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
1277: IF (l_debug > 0) THEN
1278: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);
1279: END IF;
1280: l_msg_index := 1;
1281: WHILE l_msg_count > 0 loop
1282: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 1339: csi_item_instance_pub.create_item_instance(l_api_version,

1335: csi_t_gen_utility_pvt.add('Instance_status_id Value: '||nvl(l_new_instance_rec.instance_status_id,-1));
1336: csi_t_gen_utility_pvt.add('You will now Create a new Item Instance Record');
1337: csi_t_gen_utility_pvt.add('Serial Number: '||l_new_instance_rec.serial_number);
1338:
1339: csi_item_instance_pub.create_item_instance(l_api_version,
1340: l_commit,
1341: l_init_msg_list,
1342: l_validation_level,
1343: l_new_instance_rec,

Line 1358: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.create_item_instance API '||l_msg_data);

1354:
1355: -- Check for any errors and add them to the message stack to pass out to be put into the
1356: -- error log table.
1357: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
1358: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.create_item_instance API '||l_msg_data);
1359: l_msg_index := 1;
1360: WHILE l_msg_count > 0 loop
1361: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);
1362: l_msg_index := l_msg_index + 1;

Line 1404: csi_item_instance_pub.get_item_instances(l_api_version,

1400: csi_t_gen_utility_pvt.add('Ship to Location ID Non Ser: '||l_mtl_item_tbl(j).ship_to_location_id);
1401: csi_t_gen_utility_pvt.add('Location Type Code: '||l_location_type);
1402: END IF;
1403:
1404: csi_item_instance_pub.get_item_instances(l_api_version,
1405: l_commit,
1406: l_init_msg_list,
1407: l_validation_level,
1408: l_instance_query_rec,

Line 1432: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.get_item_instance API '||l_msg_data);

1428: -- Check for any errors and add them to the message stack to pass out to be put into the
1429: -- error log table.
1430: IF NOT l_return_status = l_fnd_success then
1431: IF (l_debug > 0) THEN
1432: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.get_item_instance API '||l_msg_data);
1433: END IF;
1434: l_msg_index := 1;
1435: WHILE l_msg_count > 0 loop
1436: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 1489: csi_item_instance_pub.update_item_instance(l_api_version,

1485: IF (l_debug > 0) THEN
1486: csi_t_gen_utility_pvt.add('Before Update Item Instance: '||l_src_instance_header_tbl(oos).instance_id);
1487: END IF;
1488:
1489: csi_item_instance_pub.update_item_instance(l_api_version,
1490: l_commit,
1491: l_init_msg_list,
1492: l_validation_level,
1493: l_upd_src_dest_instance_rec,

Line 1517: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);

1513:
1514: -- Check for any errors and add them to the message stack to pass out to be put into the error log table.
1515: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
1516: IF (l_debug > 0) THEN
1517: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);
1518: END IF;
1519: l_msg_index := 1;
1520: WHILE l_msg_count > 0 loop
1521: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 1579: csi_item_instance_pub.update_item_instance(l_api_version,

1575: IF (l_debug > 0) THEN
1576: csi_t_gen_utility_pvt.add('Before Update Item Instance: '||l_src_instance_header_tbl(ins).instance_id);
1577: END IF;
1578:
1579: csi_item_instance_pub.update_item_instance(l_api_version,
1580: l_commit,
1581: l_init_msg_list,
1582: l_validation_level,
1583: l_upd_src_dest_instance_rec,

Line 1607: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);

1603:
1604: -- Check for any errors and add them to the message stack to pass out to be put into the error log table.
1605: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
1606: IF (l_debug > 0) THEN
1607: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);
1608: END IF;
1609: l_msg_index := 1;
1610: WHILE l_msg_count > 0 loop
1611: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 1669: csi_item_instance_pub.update_item_instance(l_api_version,

1665: IF (l_debug > 0) THEN
1666: csi_t_gen_utility_pvt.add('Before Update Item Instance: '||l_src_instance_header_tbl(inser).instance_id);
1667: END IF;
1668:
1669: csi_item_instance_pub.update_item_instance(l_api_version,
1670: l_commit,
1671: l_init_msg_list,
1672: l_validation_level,
1673: l_upd_src_dest_instance_rec,

Line 1697: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);

1693:
1694: -- Check for any errors and add them to the message stack to pass out to be put into the error log table.
1695: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
1696: IF (l_debug > 0) THEN
1697: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);
1698: END IF;
1699: l_msg_index := 1;
1700: WHILE l_msg_count > 0 loop
1701: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 1727: csi_item_instance_pub.get_item_instances(l_api_version,

1723: IF (l_debug > 0) THEN
1724: csi_t_gen_utility_pvt.add('Before Get Item Instance');
1725: END IF;
1726:
1727: csi_item_instance_pub.get_item_instances(l_api_version,
1728: l_commit,
1729: l_init_msg_list,
1730: l_validation_level,
1731: l_instance_dest_query_rec,

Line 1754: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.get_item_instance API '||l_msg_data);

1750:
1751: -- Check for any errors and add them to the message stack to pass out to be put into the error log table.
1752: IF NOT l_return_status = l_fnd_success then
1753: IF (l_debug > 0) THEN
1754: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.get_item_instance API '||l_msg_data);
1755: END IF;
1756: l_msg_index := 1;
1757: WHILE l_msg_count > 0 loop
1758: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 1802: csi_item_instance_pub.create_item_instance(l_api_version,

1798: IF (l_debug > 0) THEN
1799: csi_t_gen_utility_pvt.add('Before Create Item Instance');
1800: END IF;
1801:
1802: csi_item_instance_pub.create_item_instance(l_api_version,
1803: l_commit,
1804: l_init_msg_list,
1805: l_validation_level,
1806: l_new_dest_instance_rec,

Line 1825: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.create_item_instance API '||l_msg_data);

1821:
1822: -- Check for any errors and add them to the message stack to pass out to be put into the error log table.
1823: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
1824: IF (l_debug > 0) THEN
1825: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.create_item_instance API '||l_msg_data);
1826: END IF;
1827: l_msg_index := 1;
1828: WHILE l_msg_count > 0 loop
1829: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 1856: csi_item_instance_pub.update_item_instance(l_api_version,

1852: IF (l_debug > 0) THEN
1853: csi_t_gen_utility_pvt.add('Before Update Item Instance');
1854: END IF;
1855:
1856: csi_item_instance_pub.update_item_instance(l_api_version,
1857: l_commit,
1858: l_init_msg_list,
1859: l_validation_level,
1860: l_update_instance_rec,

Line 1885: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);

1881: -- Check for any errors and add them to the message stack to pass out to be put into the
1882: -- error log table.
1883: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
1884: IF (l_debug > 0) THEN
1885: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);
1886: END IF;
1887: l_msg_index := 1;
1888: WHILE l_msg_count > 0 loop
1889: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 1943: csi_item_instance_pub.get_item_instances(l_api_version,

1939: IF (l_debug > 0) THEN
1940: csi_t_gen_utility_pvt.add('Before Get Item Instance');
1941: END IF;
1942:
1943: csi_item_instance_pub.get_item_instances(l_api_version,
1944: l_commit,
1945: l_init_msg_list,
1946: l_validation_level,
1947: l_instance_dest_query_rec,

Line 1970: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.get_item_instance API '||l_msg_data);

1966:
1967: -- Check for any errors and add them to the message stack to pass out to be put into the error log table.
1968: IF NOT l_return_status = l_fnd_success then
1969: IF (l_debug > 0) THEN
1970: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.get_item_instance API '||l_msg_data);
1971: END IF;
1972: l_msg_index := 1;
1973: WHILE l_msg_count > 0 loop
1974: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 2018: csi_item_instance_pub.create_item_instance(l_api_version,

2014: IF (l_debug > 0) THEN
2015: csi_t_gen_utility_pvt.add('Before Create Item Instance');
2016: END IF;
2017:
2018: csi_item_instance_pub.create_item_instance(l_api_version,
2019: l_commit,
2020: l_init_msg_list,
2021: l_validation_level,
2022: l_new_dest_instance_rec,

Line 2041: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.create_item_instance API '||l_msg_data);

2037:
2038: -- Check for any errors and add them to the message stack to pass out to be put into the error log table.
2039: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
2040: IF (l_debug > 0) THEN
2041: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.create_item_instance API '||l_msg_data);
2042: END IF;
2043: l_msg_index := 1;
2044: WHILE l_msg_count > 0 loop
2045: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 2072: csi_item_instance_pub.update_item_instance(l_api_version,

2068: IF (l_debug > 0) THEN
2069: csi_t_gen_utility_pvt.add('Before Update Item Instance');
2070: END IF;
2071:
2072: csi_item_instance_pub.update_item_instance(l_api_version,
2073: l_commit,
2074: l_init_msg_list,
2075: l_validation_level,
2076: l_update_instance_rec,

Line 2101: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);

2097: -- Check for any errors and add them to the message stack to pass out to be put into the
2098: -- error log table.
2099: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
2100: IF (l_debug > 0) THEN
2101: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);
2102: END IF;
2103: l_msg_index := 1;
2104: WHILE l_msg_count > 0 loop
2105: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 2469: csi_item_instance_pub.get_item_instances(l_api_version,

2465: csi_t_gen_utility_pvt.add('Before Get Item Instance');
2466: csi_t_gen_utility_pvt.add('Ship to Location ID: '||l_mtl_item_tbl(j).ship_to_location_id);
2467: END IF;
2468:
2469: csi_item_instance_pub.get_item_instances(l_api_version,
2470: l_commit,
2471: l_init_msg_list,
2472: l_validation_level,
2473: l_instance_query_rec,

Line 2497: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.get_item_instance API '||l_msg_data);

2493: -- Check for any errors and add them to the message stack to pass out to be put into the
2494: -- error log table.
2495: IF NOT l_return_status = l_fnd_success then
2496: IF (l_debug > 0) THEN
2497: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.get_item_instance API '||l_msg_data);
2498: END IF;
2499: l_msg_index := 1;
2500: WHILE l_msg_count > 0 loop
2501: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 2549: csi_item_instance_pub.create_item_instance(l_api_version,

2545: IF (l_debug > 0) THEN
2546: csi_t_gen_utility_pvt.add('Before Create Transaction - Neg Qty');
2547: END IF;
2548:
2549: csi_item_instance_pub.create_item_instance(l_api_version,
2550: l_commit,
2551: l_init_msg_list,
2552: l_validation_level,
2553: l_new_src_instance_rec,

Line 2574: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.create_item_instance API '||l_msg_data);

2570: -- Check for any errors and add them to the message stack to pass out to be put into the
2571: -- error log table.
2572: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
2573: IF (l_debug > 0) THEN
2574: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.create_item_instance API '||l_msg_data);
2575: END IF;
2576: l_msg_index := 1;
2577: WHILE l_msg_count > 0 loop
2578: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 2622: csi_item_instance_pub.update_item_instance(l_api_version,

2618: IF (l_debug > 0) THEN
2619: csi_t_gen_utility_pvt.add('Instance Status Id: '||l_update_source_instance_rec.instance_status_id);
2620: END IF;
2621:
2622: csi_item_instance_pub.update_item_instance(l_api_version,
2623: l_commit,
2624: l_init_msg_list,
2625: l_validation_level,
2626: l_update_source_instance_rec,

Line 2650: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);

2646:
2647: -- Check for any errors and add them to the message stack to pass out to be put into the error log table.
2648: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
2649: IF (l_debug > 0) THEN
2650: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);
2651: END IF;
2652: l_msg_index := 1;
2653: WHILE l_msg_count > 0 loop
2654: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 2695: csi_item_instance_pub.get_item_instances(l_api_version,

2691: csi_t_gen_utility_pvt.add('Ship to Location ID Non Ser: '||l_mtl_item_tbl(j).ship_to_location_id);
2692: csi_t_gen_utility_pvt.add('Location Type Code: '||l_location_type);
2693: END IF;
2694:
2695: csi_item_instance_pub.get_item_instances(l_api_version,
2696: l_commit,
2697: l_init_msg_list,
2698: l_validation_level,
2699: l_instance_query_rec,

Line 2723: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.get_item_instance API '||l_msg_data);

2719: -- Check for any errors and add them to the message stack to pass out to be put into the
2720: -- error log table.
2721: IF NOT l_return_status = l_fnd_success then
2722: IF (l_debug > 0) THEN
2723: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.get_item_instance API '||l_msg_data);
2724: END IF;
2725: l_msg_index := 1;
2726: WHILE l_msg_count > 0 loop
2727: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 2773: csi_item_instance_pub.create_item_instance(l_api_version,

2769: IF (l_debug > 0) THEN
2770: csi_t_gen_utility_pvt.add('Before Create Item Instance - Neg Qty');
2771: END IF;
2772:
2773: csi_item_instance_pub.create_item_instance(l_api_version,
2774: l_commit,
2775: l_init_msg_list,
2776: l_validation_level,
2777: l_new_dest_instance_rec,

Line 2797: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.create_item_instance API '||l_msg_data);

2793: -- Check for any errors and add them to the message stack to pass out to be put into the
2794: -- error log table.
2795: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
2796: IF (l_debug > 0) THEN
2797: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.create_item_instance API '||l_msg_data);
2798: END IF;
2799: l_msg_index := 1;
2800: WHILE l_msg_count > 0 loop
2801: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 2832: csi_item_instance_pub.update_item_instance(l_api_version,

2828: IF (l_debug > 0) THEN
2829: csi_t_gen_utility_pvt.add('Before Update Transaction - Neg Qty');
2830: END IF;
2831:
2832: csi_item_instance_pub.update_item_instance(l_api_version,
2833: l_commit,
2834: l_init_msg_list,
2835: l_validation_level,
2836: l_update_dest_instance_rec,

Line 2861: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);

2857: -- Check for any errors and add them to the message stack to pass out to be put into the
2858: -- error log table.
2859: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
2860: IF (l_debug > 0) THEN
2861: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);
2862: END IF;
2863: l_msg_index := 1;
2864: WHILE l_msg_count > 0 loop
2865: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);

Line 2919: csi_item_instance_pub.update_item_instance(l_api_version,

2915: csi_t_gen_utility_pvt.add('Before Update Item Instance');
2916: csi_t_gen_utility_pvt.add('Ship to Location ID Serialized: '||l_mtl_item_tbl(j).ship_to_location_id);
2917: END IF;
2918:
2919: csi_item_instance_pub.update_item_instance(l_api_version,
2920: l_commit,
2921: l_init_msg_list,
2922: l_validation_level,
2923: l_update_instance_rec,

Line 2948: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);

2944: -- Check for any errors and add them to the message stack to pass out to be put into the
2945: -- error log table.
2946: IF NOT l_return_status in (l_fnd_success,l_fnd_warning) then
2947: IF (l_debug > 0) THEN
2948: csi_t_gen_utility_pvt.add('You encountered an error in the csi_item_instance_pub.update_item_instance API '||l_msg_data);
2949: END IF;
2950: l_msg_index := 1;
2951: WHILE l_msg_count > 0 loop
2952: l_error_message := l_error_message || fnd_msg_pub.get(l_msg_index,FND_API.G_FALSE);