DBA Data[Home] [Help]

APPS.PQH_BUDGET_ANALYSIS_PKG dependencies on PQH_WORKFLOW

Line 418: pqh_workflow.get_txn_cat('POSITION_TRANSACTION', p_business_group_id);

414: --
415: -- Fetch the FYI Notification Info
416: --
417: l_transaction_category_id :=
418: pqh_workflow.get_txn_cat('POSITION_TRANSACTION', p_business_group_id);
419: --
420: open c_wf_seq_no;
421: fetch c_wf_seq_no into l_workflow_seq_no;
422: close c_wf_seq_no;

Line 940: pqh_workflow.get_txn_cat('POSITION_TRANSACTION', p_business_group_id);

936: --
937: -- Fetch the FYI Notification Info
938: --
939: l_transaction_category_id :=
940: pqh_workflow.get_txn_cat('POSITION_TRANSACTION', p_business_group_id);
941: --
942: open c_wf_seq_no;
943: fetch c_wf_seq_no into l_workflow_seq_no;
944: close c_wf_seq_no;

Line 1107: pqh_workflow.get_txn_cat('POSITION_TRANSACTION', p_business_group_id);

1103: --
1104: -- Fetch the FYI Notification Info
1105: --
1106: l_transaction_category_id :=
1107: pqh_workflow.get_txn_cat('POSITION_TRANSACTION', p_business_group_id);
1108: --
1109: open c_wf_seq_no;
1110: fetch c_wf_seq_no into l_workflow_seq_no;
1111: close c_wf_seq_no;

Line 1277: pqh_workflow.get_txn_cat('POSITION_TRANSACTION', p_business_group_id);

1273: --
1274: -- Fetch the FYI Notification Info
1275: --
1276: l_transaction_category_id :=
1277: pqh_workflow.get_txn_cat('POSITION_TRANSACTION', p_business_group_id);
1278: --
1279: open c_wf_seq_no;
1280: fetch c_wf_seq_no into l_workflow_seq_no;
1281: close c_wf_seq_no;