DBA Data[Home] [Help]

APPS.PQH_BDGT_REALLOC_UTILITY dependencies on PQH_WF

Line 848: pqh_wf.set_apply_error(p_transaction_category_id => l_transaction_category_id,

844: l_return := 'WARNING';
845: hr_utility.set_location('Warning at '||l_proc,29);
846: /* commented by mvankada for fixing the bug : 293577
847:
848: pqh_wf.set_apply_error(p_transaction_category_id => l_transaction_category_id,
849: p_transaction_id => p_transaction_id,
850: p_apply_error_mesg => 'PQH_BPR_WARNING',
851: p_apply_error_num => 0);
852: */

Line 870: pqh_wf.set_apply_error(p_transaction_category_id => l_transaction_category_id,

866: When Others THEN
867:
868: IF SQLERRM IS NOT NULL THEN
869: hr_utility.set_location('setting wf error '||l_proc,40);
870: pqh_wf.set_apply_error(p_transaction_category_id => l_transaction_category_id,
871: p_transaction_id => p_transaction_id,
872: p_apply_error_mesg => SQLERRM,
873: p_apply_error_num => SQLCODE);
874: l_return := 'FAILURE';

Line 1127: pqh_wf.set_apply_error(p_transaction_category_id

1123:
1124: When Others THEN
1125:
1126: IF SQLERRM IS NOT NULL THEN
1127: pqh_wf.set_apply_error(p_transaction_category_id
1128: => l_transaction_category_id,
1129: p_transaction_id => p_transaction_id,
1130: p_apply_error_mesg => SQLERRM,
1131: p_apply_error_num => SQLCODE);

Line 1215: pqh_wf.process_user_action( P_TRANSACTION_CATEGORY_ID => l_transaction_category_id,

1211: else
1212: l_max_seq_no := l_max_seq_no + 1;
1213: end if;
1214: hr_utility.set_location('Max Seq No '||l_max_seq_no||l_proc,37);
1215: pqh_wf.process_user_action( P_TRANSACTION_CATEGORY_ID => l_transaction_category_id,
1216: P_TRANSACTION_ID => p_transaction_id,
1217: P_USER_ACTION_CD => 'PQH_BPR',
1218: p_workflow_seq_no => l_max_seq_no,
1219: P_FORWARDED_TO_ROLE_ID => l_role_id,

Line 1448: pqh_wf.process_user_action(

1444: -- End Svorugan
1445:
1446: hr_utility.set_location(' before call warning :' || g_warning,15);
1447:
1448: pqh_wf.process_user_action(
1449: p_transaction_id => p_transaction_id
1450: ,p_transaction_category_id => p_transaction_category_id
1451: ,p_route_to_user => p_route_to_user
1452: ,p_routing_category_id => p_routing_category_id