DBA Data[Home] [Help]

APPS.AR_CREDIT_MEMO_API_PUB dependencies on AR_NOTES

Line 49: (notes ar_notes.text%type);

45: cm_line_tbl_type_cover arw_cmreq_cover.Cm_Line_Tbl_Type_Cover;
46:
47:
48: TYPE cm_notes_rec_type_cover IS RECORD
49: (notes ar_notes.text%type);
50:
51:
52: TYPE cm_notes_tbl_type_cover IS TABLE of cm_notes_rec_type_cover
53: INDEX BY BINARY_INTEGER;