77:
78: -- Bug 2850566
79: -- Added this If condition as iSP needs this for carry over acknowledgements
80: IF (x_last_updated_by IS NULL) THEN
81: x_last_updated_by := fnd_global.user_id;
82: END IF;
83:
84: x_last_update_date := SYSDATE;
85: if (x_last_update_login is null) then
82: END IF;
83:
84: x_last_update_date := SYSDATE;
85: if (x_last_update_login is null) then
86: x_last_update_login := fnd_global.login_id;
87: end if;
88:
89: -- Bug 2850566 RBAIRRAJ
90: -- SQL What :Inserts a record into PO_ACCEPTANCES table