DBA Data[Home] [Help]

APPS.OKS_MASS_UPD_PVT dependencies on FND_LOOKUPS

Line 60: from okc_statuses_v S, fnd_lookups ST

56: l_string VARCHAR2(300);
57:
58: CURSOR get_statuses(p_old_ste_code VARCHAR2) IS
59: select S.STE_CODE STE_CODE1
60: from okc_statuses_v S, fnd_lookups ST
61: where S.STE_CODE in (NVL(p_old_ste_code, 'ENTERED'),
62: decode(p_old_ste_code,
63: NULL,
64: 'CANCELLED',