APP-PO-14142: get_startup_values-030: ORA-01422 [message #469245] |
Wed, 04 August 2010 01:28 |
ahsangt
Messages: 3 Registered: August 2010 Location: Pakistan
|
Junior Member |
|
|
Dear All,
In Oracle Purchasing, Supply Base-Apporved Supplier List, there is coming as error that:
APP-PO-14142: get_startup_values-030: ORA-01422: exact fetch returns more than requested number of rows.
kinldy help to resolve the error.
thanks
|
|
|
|
|
Re: APP-PO-14142: get_startup_values-030: ORA-01422 [message #469356 is a reply to message #469245] |
Wed, 04 August 2010 05:56 |
|
Alien
Messages: 292 Registered: June 1999
|
Senior Member |
|
|
Looks like you're using R11i.
The SQL-statement that errors is:
SELECT past.status_id,
past.status,
plc.lookup_code,
plc.displayed_field,
fsp.inventory_organization_id
FROM po_asl_statuses past,
po_lookup_codes plc,
financials_system_parameters fsp
WHERE past.asl_default_flag = 'Y'
AND plc.lookup_type = 'ASL_VENDOR_BUSINESS_TYPE'
AND plc.lookup_code = 'DIRECT'
This returns more than one row. Run it for your Operating Unit and see which table returns more than one row.
Regards,
Arian
|
|
|