DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on WIP_SO_RESERVATIONS

Line 1224: WIP_SO_RESERVATIONS.respond_to_change_order(

1220: -- The Flag is to Yes, So that we can call the notification later in this
1221: -- Function.
1222: l_resv_flag := 'Y';
1223:
1224: WIP_SO_RESERVATIONS.respond_to_change_order(
1225: p_org_id => lOrgId,
1226: p_header_id => lSalesOrderId,
1227: p_line_id => lConfigLineId,
1228: x_status => l_return_status,

Line 1234: oe_debug_pub.add ('delink_item: ' || 'Error: Failed in wip_so_reservations.respond_to_change_order with expected error.', 1);

1230: x_msg_data => l_msg_data);
1231:
1232: if l_return_status = FND_API.G_RET_STS_ERROR then
1233: IF PG_DEBUG <> 0 THEN
1234: oe_debug_pub.add ('delink_item: ' || 'Error: Failed in wip_so_reservations.respond_to_change_order with expected error.', 1);
1235: END IF;
1236:
1237: /* Bugfix 2454788 */
1238: raise FND_API.G_EXC_ERROR;

Line 1242: oe_debug_pub.add ('delink_item: ' || 'Error: Failed in wip_so_reservations.respond_to_change_order with unexpected error.', 1);

1238: raise FND_API.G_EXC_ERROR;
1239:
1240: elsif l_return_status = FND_API.G_RET_STS_UNEXP_ERROR then
1241: IF PG_DEBUG <> 0 THEN
1242: oe_debug_pub.add ('delink_item: ' || 'Error: Failed in wip_so_reservations.respond_to_change_order with unexpected error.', 1);
1243: END IF;
1244: xMessageName := 'CTO_DELINK_ITEM_ERROR';
1245: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1246: end if;