Project Costing Details parameter tie back to requisition number
Summary: Manage Project Costing Descriptive Flexfields > Project Costing Details parameter to tie back to requisition number currently open on page.
I'm attempting to modify the project id LOV in this flexfield and I would like to tie it back to the requisition. Anyone have any recommendations on how to accomplish this?
expenditure_org_id = :{PARAMETER.BusinessUnit}
and exists (select 1 from xcc_balances bal
,xcc_control_budgets cb
,xcc_budget_accounts accts
where bal.control_budget_id = cb.control_budget_id
and bal.budget_ccid = accts.budget_code_combination_id
and source_budget_system_code <> 'PPM'
and name not like 'SUM%'
Tagged:
0