DBA Data[Home] [Help]

APPS.OZF_AR_SETTLEMENT_PVT dependencies on OZF_SYS_PARAMETERS_ALL

Line 2515: FROM ozf_sys_parameters_all osp

2511:
2512: -- Bug4308173
2513: CURSOR claim_gl_posting_csr(p_id in number) IS
2514: SELECT osp.post_to_gl
2515: FROM ozf_sys_parameters_all osp
2516: , ozf_claims_all oc
2517: WHERE osp.org_id = oc.org_id
2518: AND oc.claim_id = p_id;
2519: l_post_to_gl VARCHAR2(1);