DBA Data[Home] [Help]

APPS.INV_KANBAN_PVT dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 3497: from financials_system_params_all f,

3493:
3494: l_sql_stmt_no := 20;
3495: select nvl(f.req_encumbrance_flag,'N'),o.operating_unit
3496: into l_encumb_flag,l_po_org_Id
3497: from financials_system_params_all f,
3498: org_organization_definitions o
3499: where o.organization_id = l_kanban_card_Rec_Tbl(1).Organization_id
3500: And nvl(f.org_id,-99) = nvl(o.operating_unit,-99);
3501: