DBA Data[Home] [Help]

APPS.OZF_AR_SETTLEMENT_PVT dependencies on OZF_SYS_PARAMETERS_ALL

Line 2514: FROM ozf_sys_parameters_all osp

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