DBA Data[Home] [Help]

APPS.AP_WEB_NOTES_PKG dependencies on AP_NOTES_PUB

Line 32: AP_NOTES_PUB.Create_Note (

28:
29: --------------------------------------------------
30: l_debug_info := 'Create Preparer to Auditor Notes for ER';
31: --------------------------------------------------
32: AP_NOTES_PUB.Create_Note (
33: p_api_version => 1.0,
34: p_init_msg_list => FND_API.G_FALSE,
35: p_commit => FND_API.G_FALSE,
36: x_return_status => l_return_status,

Line 83: AP_NOTES_PUB.Delete_Notes (

79: --------------------------------------------------
80: l_debug_info := 'Delete Notes from ER';
81: --------------------------------------------------
82:
83: AP_NOTES_PUB.Delete_Notes (
84: p_api_version => 1.0,
85: p_init_msg_list => FND_API.G_FALSE,
86: p_commit => FND_API.G_FALSE,
87: x_return_status => l_return_status,

Line 92: p_note_type => AP_NOTES_PUB.G_ALL_NOTE_TYPES

88: x_msg_count => l_msg_count,
89: x_msg_data => l_msg_data,
90: p_source_object_code => c_ER_Object_Code,
91: p_source_object_id => p_src_report_header_id,
92: p_note_type => AP_NOTES_PUB.G_ALL_NOTE_TYPES
93: );
94:
95: end if;
96:

Line 132: AP_NOTES_PUB.Copy_Notes (

128: --------------------------------------------------
129: l_debug_info := 'Copy Notes from original ER';
130: --------------------------------------------------
131:
132: AP_NOTES_PUB.Copy_Notes (
133: p_api_version => 1.0,
134: p_init_msg_list => FND_API.G_FALSE,
135: p_commit => FND_API.G_FALSE,
136: x_return_status => l_return_status,