[Home] [Help]
24:
25: CURSOR c_OPP_nodes IS
26: SELECT status_code, meaning
27: FROM
28: as_statuses_vl
29: WHERE
30: enabled_flag = 'Y' and OPP_FLAG = 'Y' and OPP_OPEN_STATUS_FLAG = 'Y';
31: -- ORDER BY 1;
32:
523:
524: CURSOR c_OPP_nodes IS
525: SELECT status_code, meaning
526: FROM
527: as_statuses_vl
528: WHERE
529: enabled_flag = 'Y' and OPP_FLAG = 'Y' and OPP_OPEN_STATUS_FLAG = 'Y';
530: -- ORDER BY 1;
531: