DBA Data[Home] [Help]

APPS.WIP_JOB_DTLS_SUBSTITUTIONS dependencies on WIP_JSI_UTILS

Line 1305: wip_jsi_utils.record_error_text(p_err_msg, TRUE);

1301: exception
1302: when others then
1303: p_err_msg := 'WIPJDSTB, Delete_Requirement: ' || SQLERRM;
1304: p_err_code := SQLCODE;
1305: wip_jsi_utils.record_error_text(p_err_msg, TRUE);
1306: end;
1307:
1308: END Delete_Requirement;
1309:

Line 1452: wip_jsi_utils.record_error_text(p_err_msg, TRUE);

1448: exception
1449: when others then
1450: p_err_msg := 'WIPJDSTB, Add_Requirement: ' || SQLERRM;
1451: p_err_code := SQLCODE;
1452: wip_jsi_utils.record_error_text(p_err_msg, TRUE);
1453: end;
1454:
1455: END Add_Requirement;
1456:

Line 1527: wip_jsi_utils.record_current_error(TRUE) ;

1523: p_operation_seq_num => cur_row.operation_seq_num,
1524: p_inventory_item_id => cur_row.inventory_item_id_old)) then
1525:
1526: FND_MESSAGE.set_name('WIP', 'WIP_QTY_REQ_CHANGE_WARNING');
1527: wip_jsi_utils.record_current_error(TRUE) ;
1528:
1529: wip_picking_pub.Update_Component_BackOrdQty(p_wip_entity_id => p_wip_entity_id,
1530: p_operation_seq_num => cur_row.operation_seq_num,
1531: p_new_component_qty => cur_row.required_quantity,

Line 1557: wip_jsi_utils.record_current_error(TRUE);

1553: x_return_status => x_return_status,
1554: x_msg_data => x_msg_data);
1555:
1556: FND_MESSAGE.set_name('WIP', 'WIP_SUPPLY_CHANGE_WARNING2');
1557: wip_jsi_utils.record_current_error(TRUE);
1558: end if;
1559:
1560: --Bug#4675116
1561: IF (CUR_ROW.INVENTORY_ITEM_ID_OLD <> CUR_ROW.INVENTORY_ITEM_ID_NEW) THEN

Line 1665: wip_jsi_utils.record_error_text(p_err_msg, TRUE);

1661: exception
1662: when others then
1663: p_err_msg := 'ERROR IN WIPJDSTB.PLS: CHANGE_REQ ' || SQLERRM;
1664: p_err_code := SQLCODE;
1665: wip_jsi_utils.record_error_text(p_err_msg, TRUE);
1666: end;
1667:
1668: END Change_Requirement;
1669:

Line 2144: WIP_JSI_Utils.record_error_text

2140: FOR cur_oper IN oper_info(p_group_id,p_wip_entity_id,p_organization_id) LOOP
2141:
2142: /* fix for bug#2653621, disable update of std_op_id and its department, same as form */
2143: if (cur_oper.curr_standard_operation_id is not null or cur_oper.standard_operation_id is not null ) then
2144: WIP_JSI_Utils.record_error_text
2145: ( 'Changing of Std Operation ID, and its associated Department ID in an operation is disallowed',
2146: true);
2147: cur_oper.standard_operation_id := null;
2148: cur_oper.department_id := null;

Line 2345: wip_interface_err_Utils.add_error(p_interface_id => wip_jsi_utils.current_interface_id,

2341: wip_interface_err_Utils.add_error(p_interface_id => l_inv_row.interface_id,
2342: p_text => substr(fnd_message.get,1,500),
2343: p_error_type => wip_jdi_utils.msg_error);
2344: else
2345: wip_interface_err_Utils.add_error(p_interface_id => wip_jsi_utils.current_interface_id,
2346: p_text => substr(fnd_message.get,1,500),
2347: p_error_type => wip_jdi_utils.msg_error);
2348: end if;
2349: end loop;