DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on RCV_PARAMETERS

Line 4530: from rcv_parameters

4526: END IF;
4527:
4528: select retroprice_adj_account_id
4529: into l_retroprice_adj_account_id
4530: from rcv_parameters
4531: where organization_id = l_ship_to_organization_id;
4532:
4533: ELSE
4534: -- Get the logical inventory org defined for the

Line 4548: from rcv_parameters

4544: END IF;
4545:
4546: select retroprice_adj_account_id
4547: into l_retroprice_adj_account_id
4548: from rcv_parameters
4549: where organization_id = l_logical_inv_org_id;
4550:
4551: END IF;
4552: -- Bug 3880758 End