DBA Data[Home] [Help]

APPS.ARP_CCC_PKG dependencies on STANDARD

Line 86: | call the standard call entity handler |

82: l_call_rec.follow_up_action := p_follow_up_action;
83: l_call_rec.complete_flag := p_complete_flag;
84:
85: /*-----------------------------------------+
86: | call the standard call entity handler |
87: +-----------------------------------------*/
88:
89: arp_cce_pkg.insert_call(l_call_rec,p_customer_call_id);
90:

Line 102: | call standard enetity handler |

98:
99: /*------------------------------------------------------------------ +
100: | Procedure : insert_note_cover |
101: | cover procedure to assign variables to record group and |
102: | call standard enetity handler |
103: +-------------------------------------------------------------------*/
104: PROCEDURE insert_note_cover (
105: p_note_type IN ar_notes.note_type%type,
106: p_text IN ar_notes.text%type,

Line 128: | call standard entity handler |

124: l_note_rec.call_action_id := p_call_action_id;
125:
126:
127: /*-----------------------------------------+
128: | call standard entity handler |
129: +-----------------------------------------*/
130:
131: arp_cce_pkg.insert_note(l_note_rec,p_note_id);
132: