DBA Data[Home] [Help]

APPS.GMI_QUANTITY_PUB dependencies on FND_USER

Line 98: l_user_name fnd_user.user_name%TYPE DEFAULT 'OPM';

94: l_ic_jrnl_mst_rec ic_jrnl_mst%ROWTYPE;
95: l_ic_adjs_jnl_rec ic_adjs_jnl%ROWTYPE;
96: l_lot_rec GMI_LOTS_PUB.lot_rec_typ;
97: l_cmp_tran_rec GMI_CMP_TRAN_PVT.cmp_tran_typ;
98: l_user_name fnd_user.user_name%TYPE DEFAULT 'OPM';
99: l_user_id fnd_user.user_id%TYPE;
100:
101: BEGIN
102:

Line 99: l_user_id fnd_user.user_id%TYPE;

95: l_ic_adjs_jnl_rec ic_adjs_jnl%ROWTYPE;
96: l_lot_rec GMI_LOTS_PUB.lot_rec_typ;
97: l_cmp_tran_rec GMI_CMP_TRAN_PVT.cmp_tran_typ;
98: l_user_name fnd_user.user_name%TYPE DEFAULT 'OPM';
99: l_user_id fnd_user.user_id%TYPE;
100:
101: BEGIN
102:
103: -- Standard Start OF API savepoint