DBA Data[Home] [Help]

APPS.OKS_BPE_PVT dependencies on FND_LOOKUPS

Line 977: from fnd_lookups

973:
974:
975: CURSOR get_bill_type IS
976: select lookup_code bill_type
977: from fnd_lookups
978: where lookup_type = 'OKS_BILLING_TYPE';
979:
980: l_return_status VARCHAR2(1) := OKC_API.G_RET_STS_SUCCESS;
981: