DBA Data[Home] [Help]

APPS.CN_COLLECTION_GEN dependencies on FND_MESSAGE

Line 1795: FND_MESSAGE.SET_NAME('CN', 'CN_COL_PKG_GEN_SUC');

1791: l_context_code := 'CN_MODULES';
1792: l_context_id := l_module_id;
1793: END IF;
1794: -- Adding notes for Transaction Source Type
1795: FND_MESSAGE.SET_NAME('CN', 'CN_COL_PKG_GEN_SUC');
1796: FND_MESSAGE.SET_TOKEN('PACKAGENAME', l_pkg_name);
1797: l_note_msg := FND_MESSAGE.GET;
1798:
1799: jtf_notes_pub.create_note

Line 1796: FND_MESSAGE.SET_TOKEN('PACKAGENAME', l_pkg_name);

1792: l_context_id := l_module_id;
1793: END IF;
1794: -- Adding notes for Transaction Source Type
1795: FND_MESSAGE.SET_NAME('CN', 'CN_COL_PKG_GEN_SUC');
1796: FND_MESSAGE.SET_TOKEN('PACKAGENAME', l_pkg_name);
1797: l_note_msg := FND_MESSAGE.GET;
1798:
1799: jtf_notes_pub.create_note
1800: ( p_api_version => 1.0,

Line 1797: l_note_msg := FND_MESSAGE.GET;

1793: END IF;
1794: -- Adding notes for Transaction Source Type
1795: FND_MESSAGE.SET_NAME('CN', 'CN_COL_PKG_GEN_SUC');
1796: FND_MESSAGE.SET_TOKEN('PACKAGENAME', l_pkg_name);
1797: l_note_msg := FND_MESSAGE.GET;
1798:
1799: jtf_notes_pub.create_note
1800: ( p_api_version => 1.0,
1801: x_return_status => x_return_status,

Line 1839: FND_MESSAGE.SET_NAME('CN', 'CN_COL_PKG_GEN_FAIL');

1835: l_context_code := 'CN_MODULES';
1836: l_context_id := l_module_id;
1837: END IF;
1838: -- Adding notes for Transaction Source Type
1839: FND_MESSAGE.SET_NAME('CN', 'CN_COL_PKG_GEN_FAIL');
1840: FND_MESSAGE.SET_TOKEN('PACKAGENAME', l_pkg_name);
1841: l_note_msg := FND_MESSAGE.GET;
1842:
1843: jtf_notes_pub.create_note

Line 1840: FND_MESSAGE.SET_TOKEN('PACKAGENAME', l_pkg_name);

1836: l_context_id := l_module_id;
1837: END IF;
1838: -- Adding notes for Transaction Source Type
1839: FND_MESSAGE.SET_NAME('CN', 'CN_COL_PKG_GEN_FAIL');
1840: FND_MESSAGE.SET_TOKEN('PACKAGENAME', l_pkg_name);
1841: l_note_msg := FND_MESSAGE.GET;
1842:
1843: jtf_notes_pub.create_note
1844: ( p_api_version => 1.0,

Line 1841: l_note_msg := FND_MESSAGE.GET;

1837: END IF;
1838: -- Adding notes for Transaction Source Type
1839: FND_MESSAGE.SET_NAME('CN', 'CN_COL_PKG_GEN_FAIL');
1840: FND_MESSAGE.SET_TOKEN('PACKAGENAME', l_pkg_name);
1841: l_note_msg := FND_MESSAGE.GET;
1842:
1843: jtf_notes_pub.create_note
1844: ( p_api_version => 1.0,
1845: x_return_status => x_return_status,