DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on MRP_OM_API_PK

Line 78: | Calling MRP API MRP_OM_API_PK to insert the config items

74: | 09-27-2001 Kundan Sarkar Bugfix 2034342 ( Base bug 1998386 ).
75: | Passing PRIMARY_QUANTITY_UOM to ATP
76: |
77: | 10-02-2001 Kundan Sarkar Bugfix 2041612 ( Base bugs 2034419 and 1997355)
78: | Calling MRP API MRP_OM_API_PK to insert the config items
79: | line id during linking and delinking of config item.
80: |
81: | 10-29-2001 Kundan Sarkar Bugfix 2133816 ( Base bug 2047428 ).
82: | Loading Mandatory components even if Top Model ATP components

Line 847: p_config_line_arr_delink MRP_OM_API_PK.line_id_tbl;

843:
844: --Begin Bugfix 1997355
845:
846: index_counter_delink number;
847: p_config_line_arr_delink MRP_OM_API_PK.line_id_tbl;
848: l_return_status_delink varchar2(1);
849: vLineId number;
850:
851: --End Bugfix 1997355

Line 1639: MRP_OM_API_PK.MRP_OM_Interface

1635:
1636: p_config_line_arr_delink(index_counter_delink) := lConfigLineId;
1637: CLOSE delink_lines;
1638:
1639: MRP_OM_API_PK.MRP_OM_Interface
1640: (p_line_tbl => p_config_line_arr_delink,
1641: x_return_status => l_return_status_delink);
1642:
1643: IF PG_DEBUG <> 0 THEN

Line 1649: oe_debug_pub.add ('delink_item: ' || 'Failed in MRP_OM_API_PK.mrp_om_interface with expected error.', 1);

1645: END IF;
1646:
1647: if l_return_status_delink = FND_API.G_RET_STS_ERROR then
1648: IF PG_DEBUG <> 0 THEN
1649: oe_debug_pub.add ('delink_item: ' || 'Failed in MRP_OM_API_PK.mrp_om_interface with expected error.', 1);
1650: END IF;
1651:
1652: /* Bugfix 2454788 */
1653:

Line 1658: oe_debug_pub.add ('delink_item: ' || 'Failed in MRP_OM_API_PK.mrp_om_interface with unexpected error.', 1);

1654: raise FND_API.G_EXC_ERROR;
1655:
1656: elsif l_return_status_delink = FND_API.G_RET_STS_UNEXP_ERROR then
1657: IF PG_DEBUG <> 0 THEN
1658: oe_debug_pub.add ('delink_item: ' || 'Failed in MRP_OM_API_PK.mrp_om_interface with unexpected error.', 1);
1659: END IF;
1660:
1661:
1662: xMessageName := 'CTO_DELINK_ITEM_ERROR';

Line 8134: p_config_line_arr_link MRP_OM_API_PK.line_id_tbl;

8130:
8131: --Begin Bugfix 1997355
8132:
8133: index_counter_link number;
8134: p_config_line_arr_link MRP_OM_API_PK.line_id_tbl;
8135: l_return_status_link varchar2(1);
8136:
8137: --End Bugfix 1997355
8138:

Line 8526: MRP_OM_API_PK.MRP_OM_Interface

8522: IF PG_DEBUG <> 0 THEN
8523: oe_debug_pub.add('link_item: ' || 'Start MRP package for link', 1);
8524: END IF;
8525:
8526: MRP_OM_API_PK.MRP_OM_Interface
8527: (p_line_tbl => p_config_line_arr_link,
8528: x_return_status => l_return_status_link);
8529:
8530: IF PG_DEBUG <> 0 THEN

Line 8536: oe_debug_pub.add ('link_item: ' || 'Failed in MRP_OM_API_PK.mrp_om_interface with expected error.', 1);

8532: END IF;
8533:
8534: if l_return_status_link = FND_API.G_RET_STS_ERROR then
8535: IF PG_DEBUG <> 0 THEN
8536: oe_debug_pub.add ('link_item: ' || 'Failed in MRP_OM_API_PK.mrp_om_interface with expected error.', 1);
8537: END IF;
8538: raise FND_API.G_EXC_ERROR;
8539:
8540: elsif l_return_status_link = FND_API.G_RET_STS_UNEXP_ERROR then

Line 8542: oe_debug_pub.add ('link_item: ' || 'Failed in MRP_OM_API_PK.mrp_om_interface with unexpected error.', 1);

8538: raise FND_API.G_EXC_ERROR;
8539:
8540: elsif l_return_status_link = FND_API.G_RET_STS_UNEXP_ERROR then
8541: IF PG_DEBUG <> 0 THEN
8542: oe_debug_pub.add ('link_item: ' || 'Failed in MRP_OM_API_PK.mrp_om_interface with unexpected error.', 1);
8543: END IF;
8544: raise FND_API.G_EXC_UNEXPECTED_ERROR;
8545: end if;
8546: