DBA Data[Home] [Help]

APPS.IEM_MIGRATION_PVT dependencies on FND_API

Line 1274: p_init_msg_list => FND_API.G_FALSE,

1270: raise WORKER_NOT_SUBMITTED;
1271: end if;
1272:
1273: IEM_COMP_RT_STATS_PVT.create_item(p_api_version_number =>1.0,
1274: p_init_msg_list => FND_API.G_FALSE,
1275: p_commit => FND_API.G_FALSE,
1276: p_type => 'MIGRATION',
1277: p_param => 'STATUS',
1278: p_value => 'Y', -- Start Migration

Line 1275: p_commit => FND_API.G_FALSE,

1271: end if;
1272:
1273: IEM_COMP_RT_STATS_PVT.create_item(p_api_version_number =>1.0,
1274: p_init_msg_list => FND_API.G_FALSE,
1275: p_commit => FND_API.G_FALSE,
1276: p_type => 'MIGRATION',
1277: p_param => 'STATUS',
1278: p_value => 'Y', -- Start Migration
1279: x_return_status => l_stat,

Line 1285: p_init_msg_list => FND_API.G_FALSE,

1281: x_msg_data => l_msg_data
1282: );
1283: if l_stat='S' then
1284: IEM_COMP_RT_STATS_PVT.create_item(p_api_version_number =>1.0,
1285: p_init_msg_list => FND_API.G_FALSE,
1286: p_commit => FND_API.G_FALSE,
1287: p_type => 'HISTORICAL',
1288: p_param => 'LASTRUN',
1289: p_value => p_hist_date, -- Start Migration

Line 1286: p_commit => FND_API.G_FALSE,

1282: );
1283: if l_stat='S' then
1284: IEM_COMP_RT_STATS_PVT.create_item(p_api_version_number =>1.0,
1285: p_init_msg_list => FND_API.G_FALSE,
1286: p_commit => FND_API.G_FALSE,
1287: p_type => 'HISTORICAL',
1288: p_param => 'LASTRUN',
1289: p_value => p_hist_date, -- Start Migration
1290: x_return_status => l_stat,