DBA Data[Home] [Help]

APPS.PA_WORK_TYPE_UPGRADE dependencies on FND_GLOBAL

Line 505: l_get_uom := pa_uom.get_uom(fnd_global.USER_ID);

501: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Calling pa_uom.get_uom for updating UOM Meaning '|| to_char(sysdate,'HH:MI:SS') );
502:
503: l_get_uom := 'F';
504:
505: l_get_uom := pa_uom.get_uom(fnd_global.USER_ID);
506:
507: IF (l_get_uom = 'S') THEN
508:
509: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Successfully Updated UOM Meanings in PA '|| to_char(sysdate,'HH:MI:SS'));