DBA Data[Home] [Help]

APPS.ARP_CCE_PKG dependencies on AR_NOTES

Line 18: | Entity Handler AR_NOTES |

14: END insert_call;
15:
16:
17: /*--------------------------------------------------------------+
18: | Entity Handler AR_NOTES |
19: +--------------------------------------------------------------*/
20: PROCEDURE insert_note (p_note_rec IN ar_notes%rowtype,
21: p_note_id OUT NOCOPY ar_notes.note_id%type) IS
22:

Line 20: PROCEDURE insert_note (p_note_rec IN ar_notes%rowtype,

16:
17: /*--------------------------------------------------------------+
18: | Entity Handler AR_NOTES |
19: +--------------------------------------------------------------*/
20: PROCEDURE insert_note (p_note_rec IN ar_notes%rowtype,
21: p_note_id OUT NOCOPY ar_notes.note_id%type) IS
22:
23: BEGIN
24:

Line 21: p_note_id OUT NOCOPY ar_notes.note_id%type) IS

17: /*--------------------------------------------------------------+
18: | Entity Handler AR_NOTES |
19: +--------------------------------------------------------------*/
20: PROCEDURE insert_note (p_note_rec IN ar_notes%rowtype,
21: p_note_id OUT NOCOPY ar_notes.note_id%type) IS
22:
23: BEGIN
24:
25: arp_cc_pkg.insert_f_notes(p_note_rec,p_note_id);