DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on RCV_PARAMETERS

Line 4651: from rcv_parameters

4647: END IF;
4648:
4649: select retroprice_adj_account_id
4650: into l_retroprice_adj_account_id
4651: from rcv_parameters
4652: where organization_id = l_ship_to_organization_id;
4653:
4654: ELSE
4655: -- Get the logical inventory org defined for the

Line 4669: from rcv_parameters

4665: END IF;
4666:
4667: select retroprice_adj_account_id
4668: into l_retroprice_adj_account_id
4669: from rcv_parameters
4670: where organization_id = l_logical_inv_org_id;
4671:
4672: END IF;
4673: -- Bug 3880758 End