DBA Data[Home] [Help]

APPS.OKL_TLD_PVT dependencies on DUAL

Line 469: FROM dual;

465: -- start: cklee 03/13/07
466: FUNCTION get_seq_id RETURN NUMBER IS
467: cursor c_seq is
468: SELECT OKL_TXD_AR_LN_DTLS_B_S.NEXTVAL
469: FROM dual;
470: l_seq number;
471: BEGIN
472: -- RETURN(Okc_P_Util.raw_to_number(sys_guid()));
473: open c_seq;

Line 2128: FROM dual;

2124: x_tldv_rec.request_id,
2125: x_tldv_rec.program_application_id,
2126: x_tldv_rec.program_id,
2127: x_tldv_rec.program_update_date
2128: FROM dual;
2129: END IF;
2130:
2131: RETURN(l_return_status);
2132: END Set_Attributes;

Line 3672: FROM dual;

3668: x_tldv_rec.request_id,
3669: x_tldv_rec.program_application_id,
3670: x_tldv_rec.program_id,
3671: x_tldv_rec.program_update_date
3672: FROM dual;
3673: -- End Post-Generation Change
3674:
3675: END IF;
3676: