DBA Data[Home] [Help]

APPS.OE_AUDIT_HISTORY_PVT dependencies on FND_GLOBAL

Line 286: and fr.application_id = FND_GLOBAL.RESP_APPL_ID

282: select responsibility_name
283: into l_attribute_display_value
284: from fnd_responsibility_tl fr
285: where fr.responsibility_id = attribute_value
286: and fr.application_id = FND_GLOBAL.RESP_APPL_ID
287: and fr.language = userenv('LANG');
288: else
289: l_attribute_display_value := '';
290: end if;

Line 2473: FND_GLOBAL.USER_ID,

2469: l_set_type,
2470: p_line_id,
2471: p_header_id,
2472: sysdate,
2473: FND_GLOBAL.USER_ID,
2474: sysdate,
2475: FND_GLOBAL.USER_ID );
2476:
2477: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 2475: FND_GLOBAL.USER_ID );

2471: p_header_id,
2472: sysdate,
2473: FND_GLOBAL.USER_ID,
2474: sysdate,
2475: FND_GLOBAL.USER_ID );
2476:
2477: x_return_status := FND_API.G_RET_STS_SUCCESS;
2478:
2479: EXCEPTION