DBA Data[Home] [Help]

APPS.POS_WF_PO_ACKNOWLEDGE dependencies on FND_GLOBAL

Line 260: x_Created_By number := fnd_global.user_id;

256: x_Last_Updated_By number;
257: l_Last_Update_Login PO_ACCEPTANCES.last_update_login%TYPE;
258: -- End of Bug 2850566
259: x_Creation_Date date := TRUNC(SYSDATE);
260: x_Created_By number := fnd_global.user_id;
261: x_Po_Header_Id number;
262: x_Po_Release_Id number;
263: x_Action varchar2(240) := 'NEW';
264: x_Action_Date date := TRUNC(SYSDATE);