DBA Data[Home] [Help]

APPS.OKS_OMINT_PUB dependencies on OE_SYSTEM_PARAMETERS_ALL

Line 1457: FROM oe_system_parameters_all

1453:
1454: /* Added cursor for Bug#15885433*/
1455: CURSOR l_organization_csr(p_org_id Number) Is
1456: SELECT master_organization_id
1457: FROM oe_system_parameters_all
1458: WHERE org_id = p_org_id;
1459:
1460: l_organization_id NUMBER;
1461: /* End of code added for Bug#15885433*/