DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on HR_ALL_ORGANIZATION_UNITS

Line 4681: l_inv_org_id_period_check HR_ALL_ORGANIZATION_UNITS.organization_id%TYPE;

4677: l_consigned_flag PO_HEADERS.consigned_consumption_flag%TYPE;
4678: l_trans_flow_header_id PO_LINE_LOCATIONS.transaction_flow_header_id%TYPE;
4679: l_ship_to_organization_id PO_LINE_LOCATIONS.ship_to_organization_id%TYPE;
4680: l_logical_inv_org_id MTL_TRANSACTION_FLOW_LINES.from_organization_id%TYPE;
4681: l_inv_org_id_period_check HR_ALL_ORGANIZATION_UNITS.organization_id%TYPE;
4682:
4683: l_module VARCHAR2(100);
4684: l_api_name CONSTANT VARCHAR2(50) := 'is_inv_org_period_open';
4685: l_count NUMBER;