DBA Data[Home] [Help]

APPS.HR_RATE_VALUES_SWI dependencies on WF_ENGINE

Line 1156: wf_engine.GetActivityAttrText(p_item_type,p_item_key,

1152: l_count := l_count+1;
1153: l_trans_tbl(l_count).param_name := 'P_REVIEW_PROC_CALL';
1154: begin
1155: l_trans_tbl(l_count).param_value :=
1156: wf_engine.GetActivityAttrText(p_item_type,p_item_key,
1157: p_activity_id, 'HR_REVIEW_REGION_ITEM', False);
1158: exception
1159: when others then
1160: l_trans_tbl(l_count).param_value := 'HrAssignmentRate';

Line 1305: wf_engine.GetActivityAttrText(p_item_type,p_item_key,

1301: l_trans_tbl(l_count).param_data_type := 'VARCHAR2';
1302: /*
1303: begin
1304: l_trans_tbl(l_count).param_value :=
1305: wf_engine.GetActivityAttrText(p_item_type,p_item_key,
1306: p_activity_id, 'HR_REVIEW_REGION_ITEM', False);
1307: exception
1308: when others then
1309: l_trans_tbl(l_count).param_value := 'HrPOAssignmentRate';