DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on WIP_SO_RESERVATIONS

Line 1145: WIP_SO_RESERVATIONS.respond_to_change_order(

1141: -- The Flag is to Yes, So that we can call the notification later in this
1142: -- Function.
1143: l_resv_flag := 'Y';
1144:
1145: WIP_SO_RESERVATIONS.respond_to_change_order(
1146: p_org_id => lOrgId,
1147: p_header_id => lSalesOrderId,
1148: p_line_id => lConfigLineId,
1149: x_status => l_return_status,

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

1151: x_msg_data => l_msg_data);
1152:
1153: if l_return_status = FND_API.G_RET_STS_ERROR then
1154: IF PG_DEBUG <> 0 THEN
1155: oe_debug_pub.add ('delink_item: ' || 'Error: Failed in wip_so_reservations.respond_to_change_order with expected error.', 1);
1156: END IF;
1157:
1158: /* Bugfix 2454788 */
1159: raise FND_API.G_EXC_ERROR;

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

1159: raise FND_API.G_EXC_ERROR;
1160:
1161: elsif l_return_status = FND_API.G_RET_STS_UNEXP_ERROR then
1162: IF PG_DEBUG <> 0 THEN
1163: oe_debug_pub.add ('delink_item: ' || 'Error: Failed in wip_so_reservations.respond_to_change_order with unexpected error.', 1);
1164: END IF;
1165: xMessageName := 'CTO_DELINK_ITEM_ERROR';
1166: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1167: end if;