DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on HR_ALL_ORGANIZATION_UNITS

Line 4802: l_inv_org_id_period_check HR_ALL_ORGANIZATION_UNITS.organization_id%TYPE;

4798: l_consigned_flag PO_HEADERS.consigned_consumption_flag%TYPE;
4799: l_trans_flow_header_id PO_LINE_LOCATIONS.transaction_flow_header_id%TYPE;
4800: l_ship_to_organization_id PO_LINE_LOCATIONS.ship_to_organization_id%TYPE;
4801: l_logical_inv_org_id MTL_TRANSACTION_FLOW_LINES.from_organization_id%TYPE;
4802: l_inv_org_id_period_check HR_ALL_ORGANIZATION_UNITS.organization_id%TYPE;
4803:
4804: l_module VARCHAR2(100);
4805: l_api_name CONSTANT VARCHAR2(50) := 'is_inv_org_period_open';
4806: l_count NUMBER;