DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_PREPROCESSING dependencies on POR_AMENDMENT_PKG

Line 6043: SET REQ_DISTS.FUNDED_VALUE = por_amendment_pkg.getLastImplFundValue(REQ_DISTS.distribution_id)

6039: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Get last implemented Fund Value for backing Requisitions.');
6040: End If;
6041:
6042: UPDATE PO_ENCUMBRANCE_GT REQ_DISTS
6043: SET REQ_DISTS.FUNDED_VALUE = por_amendment_pkg.getLastImplFundValue(REQ_DISTS.distribution_id)
6044: WHERE REQ_DISTS.origin_sequence_num IS NOT NULL
6045: AND REQ_DISTS.distribution_type = g_dist_type_REQUISITION
6046: AND REQ_DISTS.CLM_DOC_FLAG = 'Y'
6047: AND REQ_DISTS.prevent_encumbrance_flag = 'N';