DBA Data[Home] [Help]

APPS.OE_AUDIT_HISTORY_PVT dependencies on FND_GLOBAL

Line 213: and fr.application_id = FND_GLOBAL.RESP_APPL_ID

209: select responsibility_name
210: into l_attribute_display_value
211: from fnd_responsibility_tl fr
212: where fr.responsibility_id = attribute_value
213: and fr.application_id = FND_GLOBAL.RESP_APPL_ID
214: and fr.language = userenv('LANG');
215: else
216: l_attribute_display_value := '';
217: end if;

Line 2102: FND_GLOBAL.USER_ID,

2098: l_set_type,
2099: p_line_id,
2100: p_header_id,
2101: sysdate,
2102: FND_GLOBAL.USER_ID,
2103: sysdate,
2104: FND_GLOBAL.USER_ID );
2105:
2106: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 2104: FND_GLOBAL.USER_ID );

2100: p_header_id,
2101: sysdate,
2102: FND_GLOBAL.USER_ID,
2103: sysdate,
2104: FND_GLOBAL.USER_ID );
2105:
2106: x_return_status := FND_API.G_RET_STS_SUCCESS;
2107:
2108: EXCEPTION