DBA Data[Home] [Help]

APPS.FEM_RU_ENGINE_PVT dependencies on FEM_PL_PKG

Line 2026: -- Call the FEM_PL_PKG.Register_Request API procedure to register

2022: );
2023:
2024: savepoint register_request_pub;
2025:
2026: -- Call the FEM_PL_PKG.Register_Request API procedure to register
2027: -- the concurrent request in FEM_PL_REQUESTS.
2028: FEM_PL_PKG.Register_Request (
2029: p_api_version => 1.0
2030: ,p_commit => FND_API.G_FALSE

Line 2028: FEM_PL_PKG.Register_Request (

2024: savepoint register_request_pub;
2025:
2026: -- Call the FEM_PL_PKG.Register_Request API procedure to register
2027: -- the concurrent request in FEM_PL_REQUESTS.
2028: FEM_PL_PKG.Register_Request (
2029: p_api_version => 1.0
2030: ,p_commit => FND_API.G_FALSE
2031: ,p_cal_period_id => p_request_rec.output_cal_period_id
2032: ,p_ledger_id => p_request_rec.ledger_id

Line 3356: -- Call the FEM_PL_PKG.Register_Object_Execution API procedure to register

3352: );
3353:
3354: savepoint register_rule_pub;
3355:
3356: -- Call the FEM_PL_PKG.Register_Object_Execution API procedure to register
3357: -- the rollup object execution in FEM_PL_OBJECT_EXECUTIONS, thus obtaining
3358: -- an execution lock.
3359: FEM_PL_PKG.Register_Object_Execution (
3360: p_api_version => 1.0

Line 3359: FEM_PL_PKG.Register_Object_Execution (

3355:
3356: -- Call the FEM_PL_PKG.Register_Object_Execution API procedure to register
3357: -- the rollup object execution in FEM_PL_OBJECT_EXECUTIONS, thus obtaining
3358: -- an execution lock.
3359: FEM_PL_PKG.Register_Object_Execution (
3360: p_api_version => 1.0
3361: ,p_commit => FND_API.G_FALSE
3362: ,p_request_id => p_request_rec.request_id
3363: ,p_object_id => p_rule_rec.rollup_obj_id

Line 3391: FEM_PL_PKG.Register_Dependent_ObjDefs (

3387: ,p_obj_def_id => p_request_rec.dataset_grp_obj_def_id
3388: );
3389:
3390: -- Register all the Dependent Objects for the Rollup Object Definition
3391: FEM_PL_PKG.Register_Dependent_ObjDefs (
3392: p_api_version => 1.0
3393: ,p_commit => FND_API.G_FALSE
3394: ,p_request_id => p_request_rec.request_id
3395: ,p_object_id => p_rule_rec.rollup_obj_id

Line 3553: -- Call the FEM_PL_PKG.Register_Object_Def API procedure to register

3549: ,p_module => G_BLOCK||'.'||l_api_name
3550: ,p_msg_text => 'BEGIN'
3551: );
3552:
3553: -- Call the FEM_PL_PKG.Register_Object_Def API procedure to register
3554: -- the specified object definition in FEM_PL_OBJECT_DEFS, thus obtaining
3555: -- an object definition lock.
3556: FEM_PL_PKG.Register_Object_Def (
3557: p_api_version => 1.0

Line 3556: FEM_PL_PKG.Register_Object_Def (

3552:
3553: -- Call the FEM_PL_PKG.Register_Object_Def API procedure to register
3554: -- the specified object definition in FEM_PL_OBJECT_DEFS, thus obtaining
3555: -- an object definition lock.
3556: FEM_PL_PKG.Register_Object_Def (
3557: p_api_version => 1.0
3558: ,p_commit => FND_API.G_FALSE
3559: ,p_request_id => p_request_rec.request_id
3560: ,p_object_id => p_rule_rec.rollup_obj_id

Line 3635: -- Call the FEM_PL_PKG.Register_Table API procedure to register

3631: ,p_module => G_BLOCK||'.'||l_api_name
3632: ,p_msg_text => 'BEGIN'
3633: );
3634:
3635: -- Call the FEM_PL_PKG.Register_Table API procedure to register
3636: -- the specified output table and the statement type that will be used.
3637: FEM_PL_PKG.Register_Table (
3638: p_api_version => 1.0
3639: ,p_commit => FND_API.G_FALSE

Line 3637: FEM_PL_PKG.Register_Table (

3633: );
3634:
3635: -- Call the FEM_PL_PKG.Register_Table API procedure to register
3636: -- the specified output table and the statement type that will be used.
3637: FEM_PL_PKG.Register_Table (
3638: p_api_version => 1.0
3639: ,p_commit => FND_API.G_FALSE
3640: ,p_request_id => p_request_rec.request_id
3641: ,p_object_id => p_rule_rec.rollup_obj_id

Line 3734: FEM_PL_PKG.Register_Temp_Object (

3730: raise l_create_temp_objects_error;
3731: end;
3732:
3733: -- Register Temp Sequence in PL Framework
3734: FEM_PL_PKG.Register_Temp_Object (
3735: p_api_version => 1.0
3736: ,p_commit => FND_API.G_FALSE
3737: ,p_request_id => p_request_rec.request_id
3738: ,p_object_id => p_rule_rec.rollup_obj_id

Line 5935: -- Call the FEM_PL_PKG.Register_Chain API procedure to register

5931: end if;
5932:
5933: for i in 1..l_find_child_chains_last_row loop
5934:
5935: -- Call the FEM_PL_PKG.Register_Chain API procedure to register
5936: -- the specified chain.
5937: FEM_PL_PKG.Register_Chain (
5938: p_api_version => 1.0
5939: ,p_commit => FND_API.G_FALSE

Line 5937: FEM_PL_PKG.Register_Chain (

5933: for i in 1..l_find_child_chains_last_row loop
5934:
5935: -- Call the FEM_PL_PKG.Register_Chain API procedure to register
5936: -- the specified chain.
5937: FEM_PL_PKG.Register_Chain (
5938: p_api_version => 1.0
5939: ,p_commit => FND_API.G_FALSE
5940: ,p_request_id => p_request_id
5941: ,p_object_id => p_rollup_obj_id

Line 6139: FEM_PL_PKG.Update_Num_Of_Input_Rows (

6135: end if;
6136:
6137: end if;
6138:
6139: FEM_PL_PKG.Update_Num_Of_Input_Rows (
6140: p_api_version => 1.0
6141: ,p_commit => FND_API.G_FALSE
6142: ,p_request_id => p_request_rec.request_id
6143: ,p_object_id => p_rule_rec.rollup_obj_id

Line 6258: FEM_PL_PKG.Update_Num_Of_Output_Rows (

6254:
6255: end if;
6256:
6257: -- Set the number of output rows for the FEM_BALANCES output table.
6258: FEM_PL_PKG.Update_Num_Of_Output_Rows (
6259: p_api_version => 1.0
6260: ,p_commit => FND_API.G_FALSE
6261: ,p_request_id => p_request_rec.request_id
6262: ,p_object_id => p_rule_rec.rollup_obj_id

Line 6290: FEM_PL_PKG.Update_Obj_Exec_Status (

6286: ,p_module => G_BLOCK||'.'||l_api_name
6287: ,p_msg_text => 'Step 6: Update Object Execution Status'
6288: );
6289:
6290: FEM_PL_PKG.Update_Obj_Exec_Status (
6291: p_api_version => 1.0
6292: ,p_commit => FND_API.G_FALSE
6293: ,p_request_id => p_request_rec.request_id
6294: ,p_object_id => p_rule_rec.rollup_obj_id

Line 6323: FEM_PL_PKG.Update_Obj_Exec_Errors (

6319: ,p_msg_text => 'Step 7: Update Object Execution Errors'
6320: );
6321:
6322: -- A Rollup Rule is an all or nothing deal, so only 1 error can be reported
6323: FEM_PL_PKG.Update_Obj_Exec_Errors (
6324: p_api_version => 1.0
6325: ,p_commit => FND_API.G_FALSE
6326: ,p_request_id => p_request_rec.request_id
6327: ,p_object_id => p_rule_rec.rollup_obj_id

Line 6452: FEM_PL_PKG.Update_Request_Status (

6448: ,p_module => G_BLOCK||'.'||l_api_name
6449: ,p_msg_text => 'Step 2: Update Request Status'
6450: );
6451:
6452: FEM_PL_PKG.Update_Request_Status (
6453: p_api_version => 1.0
6454: ,p_commit => FND_API.G_FALSE
6455: ,p_request_id => p_request_rec.request_id
6456: ,p_exec_status_code => p_exec_status_code