DBA Data[Home] [Help]

APPS.INV_KANBAN_PVT dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 3098: from financials_system_params_all f,

3094:
3095: l_sql_stmt_no := 20;
3096: select nvl(f.req_encumbrance_flag,'N'),o.operating_unit
3097: into l_encumb_flag,l_po_org_Id
3098: from financials_system_params_all f,
3099: org_organization_definitions o
3100: where o.organization_id = l_kanban_card_Rec_Tbl(1).Organization_id
3101: And nvl(f.org_id,-99) = nvl(o.operating_unit,-99);
3102: