DBA Data[Home] [Help]

APPS.FTP_TP_PKG dependencies on FND_DATE

Line 1240: l_date_str := FND_DATE.date_to_canonical(p_effective_date);

1236: OPEN l_cur_tables;
1237: FETCH l_cur_tables BULK COLLECT INTO l_table_names;
1238: CLOSE l_cur_tables;
1239:
1240: l_date_str := FND_DATE.date_to_canonical(p_effective_date);
1241:
1242: /*FEM_ENGINES_PKG.Put_Message(
1243: p_app_name => 'FTP',
1244: p_msg_name => 'IN START PROCESS LOCK',

Line 1676: l_date_str := FND_DATE.date_to_canonical(p_effective_date);

1672: FETCH l_cur_tables BULK COLLECT INTO l_table_names;
1673: CLOSE l_cur_tables;
1674: END IF;
1675:
1676: l_date_str := FND_DATE.date_to_canonical(p_effective_date);
1677:
1678: FEM_ENGINES_PKG.TECH_MESSAGE(
1679: p_severity => fnd_log.level_error,
1680: p_module => g_block || '.l_table_names preparation ready',

Line 1700: p_rule_effective_date => FND_DATE.date_to_canonical(p_effective_date),

1696: x_msg_count => x_msg_count,
1697: x_msg_data => x_msg_data,
1698: x_return_status => x_return_status,
1699: p_condition_obj_id => l_condition_id,
1700: p_rule_effective_date => FND_DATE.date_to_canonical(p_effective_date),
1701: p_input_fact_table_name => l_table_names(i),
1702: p_table_alias => l_tbl_alias,
1703: p_display_predicate => 'N',
1704: p_return_predicate_type => 'BOTH',

Line 2259: l_date_str := FND_DATE.date_to_canonical(p_effective_date);

2255: l_migrate_flg := TRUE;
2256: ELSE
2257: l_migrate_flg := FALSE;
2258: END IF;*/
2259: l_date_str := FND_DATE.date_to_canonical(p_effective_date);
2260:
2261:
2262: --Check to see if chaining exists before we move any further.
2263: --IF l_migrate_flg