DBA Data[Home] [Help]

APPS.OKS_REPROC_PUB dependencies on OKS_REPROCESSING

Line 58: from oks_reprocessing

54:
55: x_id := l_out_repv_rec.id;
56:
57: select rowid into x_rowid
58: from oks_reprocessing
59: where id = x_id;
60:
61: x_return_status := l_return_status;
62:

Line 77: From oks_reprocessing

73: Is
74:
75: Cursor Get_Order_lines Is
76: Select id,object_version_number
77: From oks_reprocessing
78: Where reprocess_yn = 'Y'
79: And Conc_request_id is null;
80:
81: l_obj_vers_num NUMBER;

Line 126: from oks_reprocessing

122:
123: Cursor get_message_csr(p_id IN NUMBER)
124: Is
125: Select error_text
126: from oks_reprocessing
127: where id = p_id;
128:
129: l_ind1 Number;
130: l_ind2 Number;