DBA Data[Home] [Help]

APPS.OKE_BILLING_EVENT_PUB dependencies on OKE_K_FUND_ALLOCATIONS

Line 706: from oke_k_fund_allocations where object_id=p_k_billing_event_rec.k_header_id

702: L_Value VARCHAR2(1) := 'N';
703:
704: CURSOR C IS
705: select 'X'
706: from oke_k_fund_allocations where object_id=p_k_billing_event_rec.k_header_id
707: and (k_line_id is null or k_line_id= p_k_billing_event_rec.bill_line_id)
708: and nvl(project_id,-1)=nvl(p_k_billing_event_rec.bill_project_id,-1)
709: and (task_id is null or task_id = p_k_billing_event_rec.bill_task_id )
710: AND reference1=Nvl(p_k_billing_event_rec.BILL_FUND_REF1,reference1)