DBA Data[Home] [Help]

APPS.IEM_MIGRATION_PVT dependencies on FND_API

Line 1090: p_init_msg_list => FND_API.G_FALSE,

1086: raise WORKER_NOT_SUBMITTED;
1087: end if;
1088:
1089: IEM_COMP_RT_STATS_PVT.create_item(p_api_version_number =>1.0,
1090: p_init_msg_list => FND_API.G_FALSE,
1091: p_commit => FND_API.G_FALSE,
1092: p_type => 'MIGRATION',
1093: p_param => 'STATUS',
1094: p_value => 'Y', -- Start Migration

Line 1091: p_commit => FND_API.G_FALSE,

1087: end if;
1088:
1089: IEM_COMP_RT_STATS_PVT.create_item(p_api_version_number =>1.0,
1090: p_init_msg_list => FND_API.G_FALSE,
1091: p_commit => FND_API.G_FALSE,
1092: p_type => 'MIGRATION',
1093: p_param => 'STATUS',
1094: p_value => 'Y', -- Start Migration
1095: x_return_status => l_stat,

Line 1101: p_init_msg_list => FND_API.G_FALSE,

1097: x_msg_data => l_msg_data
1098: );
1099: if l_stat='S' then
1100: IEM_COMP_RT_STATS_PVT.create_item(p_api_version_number =>1.0,
1101: p_init_msg_list => FND_API.G_FALSE,
1102: p_commit => FND_API.G_FALSE,
1103: p_type => 'HISTORICAL',
1104: p_param => 'LASTRUN',
1105: p_value => p_hist_date, -- Start Migration

Line 1102: p_commit => FND_API.G_FALSE,

1098: );
1099: if l_stat='S' then
1100: IEM_COMP_RT_STATS_PVT.create_item(p_api_version_number =>1.0,
1101: p_init_msg_list => FND_API.G_FALSE,
1102: p_commit => FND_API.G_FALSE,
1103: p_type => 'HISTORICAL',
1104: p_param => 'LASTRUN',
1105: p_value => p_hist_date, -- Start Migration
1106: x_return_status => l_stat,