DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PKG dependencies on JAI_OM_OE_BOND_TRXS

Line 263: FROM JAI_OM_OE_BOND_TRXS

259: --AND NVL(location_id,0) = NVL(p_location_id,0);
260:
261: CURSOR register_balance_cur(p_organization_id IN NUMBER, p_location_id IN NUMBER) IS
262: SELECT register_balance
263: FROM JAI_OM_OE_BOND_TRXS
264: WHERE transaction_id = (SELECT MAX(A.transaction_id)
265: FROM JAI_OM_OE_BOND_TRXS A, JAI_OM_OE_BOND_REG_HDRS B
266: WHERE A.register_id = B.register_id
267: AND B.organization_id = p_organization_id

Line 265: FROM JAI_OM_OE_BOND_TRXS A, JAI_OM_OE_BOND_REG_HDRS B

261: CURSOR register_balance_cur(p_organization_id IN NUMBER, p_location_id IN NUMBER) IS
262: SELECT register_balance
263: FROM JAI_OM_OE_BOND_TRXS
264: WHERE transaction_id = (SELECT MAX(A.transaction_id)
265: FROM JAI_OM_OE_BOND_TRXS A, JAI_OM_OE_BOND_REG_HDRS B
266: WHERE A.register_id = B.register_id
267: AND B.organization_id = p_organization_id
268: AND B.location_id = p_location_id);
269:

Line 931: 40. 20-JAN-2005 - ssumaith - Bug#4136981 - Corrected the call to the JAI_OM_OE_BOND_TRXS entry.

927:
928: Dependency Due to This Bug:-
929: None
930:
931: 40. 20-JAN-2005 - ssumaith - Bug#4136981 - Corrected the call to the JAI_OM_OE_BOND_TRXS entry.
932: It was not consistent with the other calls , such as rg1 entry , rg23_part_ii entry , pla entry.
933: This fix introduces no dependency.
934:
935: 41. 2005/02/11 ssumaith - bug# 4171272 - File version 115.3