Hello all :
I was trying to insert a record into X_LANE table. But I am getting the following error
ORA-01400: cannot insert NULL into ("GLOGOWNER"."HNAME_SET"."INSERT_USER")
ORA-06512: at "GLOGOWNER.RRL", line 78
ORA-06512: at "GLOGOWNER.RRL", line 266
ORA-06512: at "GLOGOWNER.RRL", line 286
ORA-06512: at "GLOGOWNER.X_LANE_AIU", line 30
ORA-04088: error during execution of trigger 'GLOGOWNER.X_LANE_AIU'
I am seeing that there is some trigger which is calling
VPD.get_gl_user and VPD.gmt_sysdate methods. Also down the lane a sys_context method is executed
sys_context('gl_user_ctx','log_in_user_gid')
which return NULL.
Can anyone help on what needs to be done to set this ?
Thanks
Jay
I was trying to insert a record into X_LANE table. But I am getting the following error
ORA-01400: cannot insert NULL into ("GLOGOWNER"."HNAME_SET"."INSERT_USER")
ORA-06512: at "GLOGOWNER.RRL", line 78
ORA-06512: at "GLOGOWNER.RRL", line 266
ORA-06512: at "GLOGOWNER.RRL", line 286
ORA-06512: at "GLOGOWNER.X_LANE_AIU", line 30
ORA-04088: error during execution of trigger 'GLOGOWNER.X_LANE_AIU'
I am seeing that there is some trigger which is calling
VPD.get_gl_user and VPD.gmt_sysdate methods. Also down the lane a sys_context method is executed
sys_context('gl_user_ctx','log_in_user_gid')
which return NULL.
Can anyone help on what needs to be done to set this ?
Thanks
Jay
Comment