DBA Data[Home] [Help]

APPS.OZF_CLAIM_SETTLEMENT_PVT dependencies on OZF_SYS_PARAMETERS_ALL

Line 1687: FROM ozf_sys_parameters_all osp

1683:
1684: -- Bug4308173
1685: CURSOR claim_gl_posting_csr(p_id in number) IS
1686: SELECT osp.post_to_gl
1687: FROM ozf_sys_parameters_all osp
1688: , ozf_claims_all oc
1689: WHERE osp.org_id = oc.org_id
1690: AND oc.claim_id = p_id;
1691: l_post_to_gl VARCHAR2(1);