DBA Data[Home] [Help]

APPS.AS_SALES_METH_WF dependencies on JTF_NOTES_PUB

Line 1035: l_context_tab jtf_notes_pub.jtf_note_contexts_tbl_type;

1031: l_meth_note_type VARCHAR2(100);
1032: l_api_version VARCHAR2(10) := 1.0;
1033: l_return_status VARCHAR2(10);
1034: l_note_id NUMBER;
1035: l_context_tab jtf_notes_pub.jtf_note_contexts_tbl_type;
1036: l_validation_level VARCHAR2(10);
1037: l_msg_count NUMBER;
1038: l_msg_list VARCHAR2(10);
1039: l_msg_data VARCHAR2(4000);

Line 1063: jtf_notes_pub.Create_note ( p_parent_note_id => NULL,

1059: itemkey => itemkey,
1060: aname => 'METH_NOTE_TYPE');
1061: print_message('methodology note type = '||l_meth_note_type);
1062: IF l_meth_note_type = 'CHECK_DURATION' THEN
1063: jtf_notes_pub.Create_note ( p_parent_note_id => NULL,
1064: p_jtf_note_id => fnd_api.g_miss_num,
1065: p_api_version => l_api_version,
1066: p_init_msg_list => fnd_api.g_false,
1067: p_commit => fnd_api.g_false,

Line 1119: l_context_tab jtf_notes_pub.jtf_note_contexts_tbl_type;

1115: l_meth_note_type VARCHAR2(100);
1116: l_api_version VARCHAR2(10) := 1.0;
1117: l_return_status VARCHAR2(10);
1118: l_note_id NUMBER;
1119: l_context_tab jtf_notes_pub.jtf_note_contexts_tbl_type;
1120: l_validation_level VARCHAR2(10);
1121: l_msg_count NUMBER;
1122: l_msg_list VARCHAR2(10);
1123: l_msg_data VARCHAR2(4000);

Line 1182: jtf_notes_pub.Create_note ( p_parent_note_id => NULL,

1178: print_message ('task_ids are = '||l_long_task_id);
1179: ------------------------
1180: g_notes := 'Mandatory Tasks for Previous Stage have not been Completed.Work flow will continue with the next Stage. '||'*'||' '||l_long_task_name||' '||'*';
1181: END IF;
1182: jtf_notes_pub.Create_note ( p_parent_note_id => NULL,
1183: p_jtf_note_id => fnd_api.g_miss_num,
1184: p_api_version => l_api_version,
1185: p_init_msg_list => fnd_api.g_false,
1186: p_commit => fnd_api.g_false,

Line 1227: l_context_tab jtf_notes_pub.jtf_note_contexts_tbl_type;

1223: l_meth_note_type VARCHAR2(100);
1224: l_api_version VARCHAR2(10) := 1.0;
1225: l_return_status VARCHAR2(10);
1226: l_note_id NUMBER;
1227: l_context_tab jtf_notes_pub.jtf_note_contexts_tbl_type;
1228: l_validation_level VARCHAR2(10);
1229: l_msg_count NUMBER;
1230: l_msg_list VARCHAR2(10);
1231: l_msg_data VARCHAR2(4000);

Line 1255: jtf_notes_pub.Create_note ( p_parent_note_id => NULL,

1251: itemkey => itemkey,
1252: aname => 'METH_NOTE_TYPE');
1253: print_message('methodology note type = '||l_meth_note_type);
1254: IF l_meth_note_type = 'CREATE_TASKS' THEN
1255: jtf_notes_pub.Create_note ( p_parent_note_id => NULL,
1256: p_jtf_note_id => fnd_api.g_miss_num,
1257: p_api_version => l_api_version,
1258: p_init_msg_list => fnd_api.g_false,
1259: p_commit => fnd_api.g_false,