DBA Data[Home] [Help]

APPS.FEM_DATAX_LOADER_PKG dependencies on FEM_PL_PKG

Line 1347: FEM_PL_PKG.Register_Request(

1343:
1344: ----------------------
1345: -- Register Request --
1346: ----------------------
1347: FEM_PL_PKG.Register_Request(
1348: p_api_version => c_api_version,
1349: p_cal_period_id => g_cal_per_id,
1350: p_ledger_id => g_ledger_id,
1351: p_dataset_io_obj_def_id => null,

Line 1388: FEM_PL_PKG.Register_Object_Execution(

1384:
1385: -------------------------------
1386: -- Register Object Execution --
1387: -------------------------------
1388: FEM_PL_PKG.Register_Object_Execution(
1389: p_api_version => c_api_version,
1390: p_request_id => g_req_id,
1391: p_object_id => g_object_id,
1392: p_exec_object_definition_id => g_obj_def_id,

Line 1421: FEM_PL_PKG.Unregister_Request(

1417: p_msg_data => v_msg_data);
1418:
1419: IF (v_return_status <> c_success)
1420: THEN
1421: FEM_PL_PKG.Unregister_Request(
1422: p_api_version => c_api_version,
1423: p_commit => c_true,
1424: p_request_id => g_req_id,
1425: x_msg_count => v_msg_count,

Line 1446: FEM_PL_PKG.Register_Object_Def(

1442:
1443: --------------------------------
1444: -- Register Object Definition --
1445: --------------------------------
1446: FEM_PL_PKG.Register_Object_Def(
1447: p_api_version => c_api_version,
1448: p_request_id => g_req_id,
1449: p_object_id => g_object_id,
1450: p_object_definition_id => g_obj_def_id,

Line 1474: FEM_PL_PKG.Register_Table(

1470:
1471: --------------------
1472: -- Register Table --
1473: --------------------
1474: FEM_PL_PKG.Register_Table(
1475: p_api_version => c_api_version,
1476: p_request_id => g_req_id,
1477: p_object_id => g_object_id,
1478: p_table_name => g_data_table,

Line 3343: FEM_PL_PKG.Update_Obj_Exec_Errors(

3339:
3340: ------------------------------------
3341: -- Update Object Execution Errors --
3342: ------------------------------------
3343: FEM_PL_PKG.Update_Obj_Exec_Errors(
3344: p_api_version => c_api_version,
3345: p_request_id => g_req_id,
3346: p_object_id => g_object_id,
3347: p_errors_reported => g_rows_rejected,

Line 3372: FEM_PL_PKG.Update_Num_of_Output_Rows(

3368:
3369: ----------------------------------
3370: -- Update Number of Output Rows --
3371: ----------------------------------
3372: FEM_PL_PKG.Update_Num_of_Output_Rows(
3373: p_api_version => c_api_version,
3374: p_request_id => g_req_id,
3375: p_object_id => g_object_id,
3376: p_table_name => g_data_table,

Line 3402: FEM_PL_PKG.Update_Obj_Exec_Status(

3398:
3399: ------------------------------------
3400: -- Update Object Execution Status --
3401: ------------------------------------
3402: FEM_PL_PKG.Update_Obj_Exec_Status(
3403: p_api_version => c_api_version,
3404: p_request_id => g_req_id,
3405: p_object_id => g_object_id,
3406: p_exec_status_code => g_exec_status,

Line 3430: FEM_PL_PKG.Update_Request_Status(

3426:
3427: ---------------------------
3428: -- Update Request Status --
3429: ---------------------------
3430: FEM_PL_PKG.Update_Request_Status(
3431: p_api_version => c_api_version,
3432: p_request_id => g_req_id,
3433: p_exec_status_code => g_exec_status,
3434: p_user_id => c_user_id,