DBA Data[Home] [Help]

APPS.JAI_OM_WDD_PROCESSING_PKG dependencies on JAI_OM_OE_BOND_REG_HDRS

Line 78: JAI_OM_OE_BOND_REG_HDRS A, JAI_OM_OE_BOND_REG_DTLS b

74: IS
75: SELECT
76: A.register_code
77: FROM
78: JAI_OM_OE_BOND_REG_HDRS A, JAI_OM_OE_BOND_REG_DTLS b
79: WHERE
80: a.organization_id = p_organization_id AND
81: a.location_id = p_location_id AND
82: a.register_id = b.register_id AND

Line 681: JAI_OM_OE_BOND_REG_HDRS a,

677: ) IS
678: SELECT
679: a.register_code
680: FROM
681: JAI_OM_OE_BOND_REG_HDRS a,
682: JAI_OM_OE_BOND_REG_DTLS b
683: WHERE
684: A.organization_id = p_organization_id AND
685: A.location_id = p_location_id AND

Line 2821: JAI_OM_OE_BOND_REG_HDRS a,

2817: p_order_type_id NUMBER ) IS
2818: SELECT
2819: a.register_code
2820: FROM
2821: JAI_OM_OE_BOND_REG_HDRS a,
2822: JAI_OM_OE_BOND_REG_DTLS b
2823: WHERE
2824: A.organization_id = p_organization_id AND
2825: A.location_id = p_location_id AND