DBA Data[Home] [Help]

APPS.PQH_PTX_UTL dependencies on PQH_WORKFLOW

Line 324: pqh_workflow.get_txn_cat('POSITION_TRANSACTION',v_posn_rec.business_group_id)

320: ,p_effective_date => p_action_date
321: ,p_pay_basis_id => v_posn_rec.pay_basis_id
322: ,p_supervisor_id => v_posn_rec.supervisor_id
323: ,p_wf_transaction_category_id =>
324: pqh_workflow.get_txn_cat('POSITION_TRANSACTION',v_posn_rec.business_group_id)
325: );
326: if (v_posn_rec.position_id is not null) and (p_position_transaction_id is not null) then
327: --
328: open c_pqh_ptx_dpf_df_s;