467: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
468: END IF;
469:
470: -- Condition Added for Bug 9890810
471: IF( fv_install.enabled) THEN
472:
473: /* Dynamic Call to FSIO Proc to get the Accrual Account */
474: EXECUTE IMMEDIATE 'BEGIN fv_utility.GET_ACCRUAL_ACCOUNT(:itemtype,:itemkey,:x_fsio_accrual_account); END; '
475: USING IN itemtype, IN itemkey, OUT x_fsio_accrual_account;