DBA Data[Home] [Help]

APPS.FLM_KANBAN_CONSOLIDATION dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 528: from financials_system_params_all f,

524:
525: l_sql_stmt_no := 20;
526: select nvl(f.req_encumbrance_flag,'N'),o.operating_unit
527: into l_encumb_flag,l_po_org_Id
528: from financials_system_params_all f,
529: org_organization_definitions o
530: where o.organization_id = l_kanban_card_Rec_Tbl(1).Organization_id
531: And nvl(f.org_id,-99) = nvl(o.operating_unit,-99);
532: