[Home] [Help]
6197: in_position := instr(org_str,'(' );
6198: org_str := replace( substr(org_str,(in_position+1)), ')','') ;
6199:
6200: IF in_position > 0 THEN
6201: gmp_calendar_pkg.g_in_str_org := org_str ;
6202: continue_flag := TRUE;
6203: ELSE
6204: gmp_calendar_pkg.g_in_str_org := NULL ;
6205: continue_flag := FALSE;
6200: IF in_position > 0 THEN
6201: gmp_calendar_pkg.g_in_str_org := org_str ;
6202: continue_flag := TRUE;
6203: ELSE
6204: gmp_calendar_pkg.g_in_str_org := NULL ;
6205: continue_flag := FALSE;
6206: END IF;
6207:
6208: retrieval_cursor := 'DELETE FROM gmp_item_aps'||at_apps_link;