DBA Data[Home] [Help]

APPS.CST_REVENUECOGSMATCH_GRP dependencies on CST_REVENUE_RECOGNITION_LINES

Line 122: INSERT INTO cst_revenue_recognition_lines (

118: l_stmt_num := 10;
119: l_ledger_id := OE_Sys_Parameters.VALUE('SET_OF_BOOKS_ID', p_ou_id); -- defined in OESYSPAB.pls and OEXVSPMB.pls
120:
121: l_stmt_num := 20;
122: INSERT INTO cst_revenue_recognition_lines (
123: REVENUE_OM_LINE_ID,
124: ACCT_PERIOD_NUM,
125: POTENTIALLY_UNMATCHED_FLAG,
126: REVENUE_RECOGNITION_PERCENT,

Line 195: 'Row already exists in cst_revenue_recognition_lines.');

191: EXCEPTION
192: WHEN dup_val_on_index THEN
193: IF l_eventLog THEN
194: FND_LOG.string(FND_LOG.LEVEL_EVENT,G_LOG_HEAD || '.'||l_api_name||'.'||l_stmt_num,
195: 'Row already exists in cst_revenue_recognition_lines.');
196: END IF;
197:
198: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_success) THEN
199: fnd_msg_pub.add_exc_msg(

Line 202: p_error_text => 'Row already exists in cst_revenue_recognition_lines.'

198: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_success) THEN
199: fnd_msg_pub.add_exc_msg(
200: p_pkg_name => 'CST_RevenueCogsMatch_GRP',
201: p_procedure_name => 'Receive_CloseLineEvent',
202: p_error_text => 'Row already exists in cst_revenue_recognition_lines.'
203: );
204: END IF;
205:
206: FND_MSG_PUB.count_and_get