DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on GL_ENCUMBRANCE_TYPES

Line 264: FROM gl_encumbrance_types g1, gl_encumbrance_types g2

260: SELECT decode(l_ae_txn_rec.txn_src_type_id,
261: 1,g1.ENCUMBRANCE_TYPE_ID,
262: g2.ENCUMBRANCE_TYPE_ID)
263: INTO l_ae_txn_rec.encum_type_id
264: FROM gl_encumbrance_types g1, gl_encumbrance_types g2
265: WHERE g1.encumbrance_type_key = 'Obligation' AND
266: g2.encumbrance_type_key = 'Commitment';
267:
268: END IF;