DBA Data[Home] [Help]

APPS.OZF_CLAIM_ACCRUAL_PVT dependencies on FND_RESPONSIBILITY_VL

Line 9858: FROM fnd_responsibility_vl

9854:
9855: --Added csr_resp for bug 7578152
9856: CURSOR csr_resp IS
9857: SELECT application_id, responsibility_id
9858: FROM fnd_responsibility_vl
9859: WHERE responsibility_name = l_resp_name;
9860:
9861:
9862: BEGIN