DBA Data[Home] [Help]

APPS.JTY_ASSIGN_BULK_PUB dependencies on STANDARD

Line 182: /* Standard WHO columns */

178: l_select_stmt := l_select_stmt || g_new_line || l_indent || ',' || column_names.column_name;
179: END IF;
180: END LOOP;
181:
182: /* Standard WHO columns */
183: l_insert_stmt := l_insert_stmt || g_new_line || l_indent || ',LAST_UPDATE_DATE ' ||
184: g_new_line || l_indent || ',LAST_UPDATED_BY ' ||
185: g_new_line || l_indent || ',CREATION_DATE ' ||
186: g_new_line || l_indent || ',CREATED_BY ' ||

Line 442: /* Standard WHO columns */

438: l_select_stmt := l_select_stmt || g_new_line || l_indent || ',' || column_names.column_name;
439: END IF;
440: END LOOP;
441:
442: /* Standard WHO columns */
443: l_insert_stmt := l_insert_stmt || g_new_line || l_indent || ',LAST_UPDATE_DATE ' ||
444: g_new_line || l_indent || ',LAST_UPDATED_BY ' ||
445: g_new_line || l_indent || ',CREATION_DATE ' ||
446: g_new_line || l_indent || ',CREATED_BY ' ||

Line 2181: /* Standard WHO columns */

2177: l_select_stmt := l_select_stmt || g_new_line || l_indent || ',' || column_names.column_name;
2178: END IF;
2179: END LOOP;
2180:
2181: /* Standard WHO columns */
2182: l_insert_stmt := l_insert_stmt || g_new_line || l_indent || ',LAST_UPDATE_DATE ' ||
2183: g_new_line || l_indent || ',LAST_UPDATED_BY ' ||
2184: g_new_line || l_indent || ',CREATION_DATE ' ||
2185: g_new_line || l_indent || ',CREATED_BY ' ||

Line 2340: /* Standard call to check for call compatibility. */

2336: jty_log(FND_LOG.LEVEL_PROCEDURE,
2337: 'jtf.plsql.JTY_ASSIGN_BULK_PUB.collect_trans_data.start',
2338: 'Start of the procedure JTY_ASSIGN_BULK_PUB.collect_trans_data ' || to_char(sysdate,'dd-mm-rrrr HH24:MI:SS'));
2339:
2340: /* Standard call to check for call compatibility. */
2341: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2342: p_api_version_number,
2343: l_api_name,
2344: G_PKG_NAME) THEN

Line 3930: /* Standard call to check for call compatibility. */

3926: jty_log(FND_LOG.LEVEL_PROCEDURE,
3927: 'jtf.plsql.JTY_ASSIGN_BULK_PUB.get_winners.start',
3928: 'Start of the procedure JTY_ASSIGN_BULK_PUB.get_winners ' || to_char(sysdate,'dd-mm-rrrr HH24:MI:SS'));
3929:
3930: /* Standard call to check for call compatibility. */
3931: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
3932: p_api_version_number,
3933: l_api_name,
3934: G_PKG_NAME) THEN