DBA Data[Home] [Help]

APPS.FEM_DATA_LOADER_PKG dependencies on FND_REQUEST

Line 1013: l_request_id := fnd_request.submit_request('FEM',

1009: l_msg_data,
1010: dim_rec.dimension_id,
1011: l_dim_load_mode);
1012:
1013: l_request_id := fnd_request.submit_request('FEM',
1014: 'FEM_DIM_MEMBER_LOADER',
1015: NULL,
1016: NULL,
1017: FALSE,

Line 1144: g_master_rec(i).request_id := fnd_request.submit_request('FEM',

1140: g_master_rec(i).source_system_code,
1141: g_master_rec(i).table_name,
1142: l_data_load_mode);
1143:
1144: g_master_rec(i).request_id := fnd_request.submit_request('FEM',
1145: 'FEM_SOURCE_DATA_LOADER',
1146: NULL,
1147: NULL,
1148: FALSE,

Line 1224: g_master_rec(i).request_id := fnd_request.submit_request('FEM',

1220: g_master_rec(i).source_system_code,
1221: g_master_rec(i).table_name,
1222: l_data_load_mode);
1223:
1224: g_master_rec(i).request_id := fnd_request.submit_request('FEM',
1225: 'FEM_SOURCE_DATA_LOADER',
1226: NULL,
1227: NULL,
1228: FALSE,

Line 1353: g_master_rec(i).request_id := fnd_request.submit_request('FEM',

1349:
1350: -- The object_def_id fin CP for the external gl loader is currently hard-coded
1351: -- to 1000; maintaining the same here.
1352:
1353: g_master_rec(i).request_id := fnd_request.submit_request('FEM',
1354: 'FEM_XGL_POST_ENGINE',
1355: NULL,
1356: NULL,
1357: FALSE,

Line 1454: l_request_id := fnd_request.submit_request('FEM',

1450: hier_rec.dimension_id,
1451: hier_rec.hierarchy_object_name,
1452: l_hier_load_mode);
1453:
1454: l_request_id := fnd_request.submit_request('FEM',
1455: 'FEM_HIER_LOADER',
1456: NULL,
1457: NULL,
1458: FALSE,