DBA Data[Home] [Help]

APPS.CN_COLLECTION_GEN dependencies on FND_MESSAGE

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

1726: l_context_code := 'CN_MODULES';
1727: l_context_id := l_module_id;
1728: END IF;
1729: -- Adding notes for Transaction Source Type
1730: FND_MESSAGE.SET_NAME('CN', 'CN_COL_PKG_GEN_SUC');
1731: FND_MESSAGE.SET_TOKEN('PACKAGENAME', l_pkg_name);
1732: l_note_msg := FND_MESSAGE.GET;
1733:
1734: jtf_notes_pub.create_note

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

1727: l_context_id := l_module_id;
1728: END IF;
1729: -- Adding notes for Transaction Source Type
1730: FND_MESSAGE.SET_NAME('CN', 'CN_COL_PKG_GEN_SUC');
1731: FND_MESSAGE.SET_TOKEN('PACKAGENAME', l_pkg_name);
1732: l_note_msg := FND_MESSAGE.GET;
1733:
1734: jtf_notes_pub.create_note
1735: ( p_api_version => 1.0,

Line 1732: l_note_msg := FND_MESSAGE.GET;

1728: END IF;
1729: -- Adding notes for Transaction Source Type
1730: FND_MESSAGE.SET_NAME('CN', 'CN_COL_PKG_GEN_SUC');
1731: FND_MESSAGE.SET_TOKEN('PACKAGENAME', l_pkg_name);
1732: l_note_msg := FND_MESSAGE.GET;
1733:
1734: jtf_notes_pub.create_note
1735: ( p_api_version => 1.0,
1736: x_return_status => x_return_status,

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

1770: l_context_code := 'CN_MODULES';
1771: l_context_id := l_module_id;
1772: END IF;
1773: -- Adding notes for Transaction Source Type
1774: FND_MESSAGE.SET_NAME('CN', 'CN_COL_PKG_GEN_FAIL');
1775: FND_MESSAGE.SET_TOKEN('PACKAGENAME', l_pkg_name);
1776: l_note_msg := FND_MESSAGE.GET;
1777:
1778: jtf_notes_pub.create_note

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

1771: l_context_id := l_module_id;
1772: END IF;
1773: -- Adding notes for Transaction Source Type
1774: FND_MESSAGE.SET_NAME('CN', 'CN_COL_PKG_GEN_FAIL');
1775: FND_MESSAGE.SET_TOKEN('PACKAGENAME', l_pkg_name);
1776: l_note_msg := FND_MESSAGE.GET;
1777:
1778: jtf_notes_pub.create_note
1779: ( p_api_version => 1.0,

Line 1776: l_note_msg := FND_MESSAGE.GET;

1772: END IF;
1773: -- Adding notes for Transaction Source Type
1774: FND_MESSAGE.SET_NAME('CN', 'CN_COL_PKG_GEN_FAIL');
1775: FND_MESSAGE.SET_TOKEN('PACKAGENAME', l_pkg_name);
1776: l_note_msg := FND_MESSAGE.GET;
1777:
1778: jtf_notes_pub.create_note
1779: ( p_api_version => 1.0,
1780: x_return_status => x_return_status,