DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PKG dependencies on JAI_OM_OE_BOND_TRXS

Line 258: FROM JAI_OM_OE_BOND_TRXS

254: --AND NVL(location_id,0) = NVL(p_location_id,0);
255:
256: CURSOR register_balance_cur(p_organization_id IN NUMBER, p_location_id IN NUMBER) IS
257: SELECT register_balance
258: FROM JAI_OM_OE_BOND_TRXS
259: WHERE transaction_id = (SELECT MAX(A.transaction_id)
260: FROM JAI_OM_OE_BOND_TRXS A, JAI_OM_OE_BOND_REG_HDRS B
261: WHERE A.register_id = B.register_id
262: AND B.organization_id = p_organization_id

Line 260: FROM JAI_OM_OE_BOND_TRXS A, JAI_OM_OE_BOND_REG_HDRS B

256: CURSOR register_balance_cur(p_organization_id IN NUMBER, p_location_id IN NUMBER) IS
257: SELECT register_balance
258: FROM JAI_OM_OE_BOND_TRXS
259: WHERE transaction_id = (SELECT MAX(A.transaction_id)
260: FROM JAI_OM_OE_BOND_TRXS A, JAI_OM_OE_BOND_REG_HDRS B
261: WHERE A.register_id = B.register_id
262: AND B.organization_id = p_organization_id
263: AND B.location_id = p_location_id);
264:

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

899:
900: Dependency Due to This Bug:-
901: None
902:
903: 40. 20-JAN-2005 - ssumaith - Bug#4136981 - Corrected the call to the JAI_OM_OE_BOND_TRXS entry.
904: It was not consistent with the other calls , such as rg1 entry , rg23_part_ii entry , pla entry.
905: This fix introduces no dependency.
906:
907: 41. 2005/02/11 ssumaith - bug# 4171272 - File version 115.3