DBA Data[Home] [Help]

APPS.PO_ACCEPTANCES_INS_PVT dependencies on FND_GLOBAL

Line 91: x_last_updated_by := fnd_global.user_id;

87:
88: -- Bug 2850566
89: -- Added this If condition as iSP needs this for carry over acknowledgements
90: IF (x_last_updated_by IS NULL) THEN
91: x_last_updated_by := fnd_global.user_id;
92: END IF;
93:
94: x_last_update_date := SYSDATE;
95: if (x_last_update_login is null) then

Line 96: x_last_update_login := fnd_global.login_id;

92: END IF;
93:
94: x_last_update_date := SYSDATE;
95: if (x_last_update_login is null) then
96: x_last_update_login := fnd_global.login_id;
97: end if;
98:
99: -- Bug 2850566 RBAIRRAJ
100: -- SQL What :Inserts a record into PO_ACCEPTANCES table