DBA Data[Home] [Help]

APPS.OZF_CLAIM_SETTLEMENT_PVT dependencies on OZF_SYS_PARAMETERS_ALL

Line 1685: FROM ozf_sys_parameters_all osp

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