DBA Data[Home] [Help]

APPS.JTY_ASSIGN_BULK_PUB dependencies on STANDARD

Line 172: /* Standard WHO columns */

168: l_select_stmt := l_select_stmt || g_new_line || l_indent || ',' || column_names.column_name;
169: END IF;
170: END LOOP;
171:
172: /* Standard WHO columns */
173: l_insert_stmt := l_insert_stmt || g_new_line || l_indent || ',LAST_UPDATE_DATE ' ||
174: g_new_line || l_indent || ',LAST_UPDATED_BY ' ||
175: g_new_line || l_indent || ',CREATION_DATE ' ||
176: g_new_line || l_indent || ',CREATED_BY ' ||

Line 436: /* Standard WHO columns */

432: l_select_stmt := l_select_stmt || g_new_line || l_indent || ',' || column_names.column_name;
433: END IF;
434: END LOOP;
435:
436: /* Standard WHO columns */
437: l_insert_stmt := l_insert_stmt || g_new_line || l_indent || ',LAST_UPDATE_DATE ' ||
438: g_new_line || l_indent || ',LAST_UPDATED_BY ' ||
439: g_new_line || l_indent || ',CREATION_DATE ' ||
440: g_new_line || l_indent || ',CREATED_BY ' ||

Line 2321: /* Standard WHO columns */

2317: l_select_stmt := l_select_stmt || g_new_line || l_indent || ',' || column_names.column_name;
2318: END IF;
2319: END LOOP;
2320:
2321: /* Standard WHO columns */
2322: l_insert_stmt := l_insert_stmt || g_new_line || l_indent || ',LAST_UPDATE_DATE ' ||
2323: g_new_line || l_indent || ',LAST_UPDATED_BY ' ||
2324: g_new_line || l_indent || ',CREATION_DATE ' ||
2325: g_new_line || l_indent || ',CREATED_BY ' ||

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

2469: 'jtf.plsql.JTY_ASSIGN_BULK_PUB.collect_trans_data.start',
2470: 'Start of the procedure JTY_ASSIGN_BULK_PUB.collect_trans_data');
2471: END IF;
2472:
2473: /* Standard call to check for call compatibility. */
2474: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2475: p_api_version_number,
2476: l_api_name,
2477: G_PKG_NAME) THEN

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

4109: 'jtf.plsql.JTY_ASSIGN_BULK_PUB.get_winners.start',
4110: 'Start of the procedure JTY_ASSIGN_BULK_PUB.get_winners');
4111: END IF;
4112:
4113: /* Standard call to check for call compatibility. */
4114: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
4115: p_api_version_number,
4116: l_api_name,
4117: G_PKG_NAME) THEN