DBA Data[Home] [Help]

APPS.OE_MSG_PUB dependencies on FND_GLOBAL

Line 1342: ,FND_GLOBAL.USER_ID

1338: ,l_source_document_id
1339: ,l_source_document_line_id
1340: ,l_attribute_code
1341: ,sysdate
1342: ,FND_GLOBAL.USER_ID
1343: ,sysdate
1344: ,FND_GLOBAL.USER_ID
1345: ,decode(p_message_source_code,'C',FND_GLOBAL.CONC_LOGIN_ID,FND_GLOBAL.LOGIN_ID)
1346: ,NULL

Line 1344: ,FND_GLOBAL.USER_ID

1340: ,l_attribute_code
1341: ,sysdate
1342: ,FND_GLOBAL.USER_ID
1343: ,sysdate
1344: ,FND_GLOBAL.USER_ID
1345: ,decode(p_message_source_code,'C',FND_GLOBAL.CONC_LOGIN_ID,FND_GLOBAL.LOGIN_ID)
1346: ,NULL
1347: ,NULL
1348: ,NULL

Line 1345: ,decode(p_message_source_code,'C',FND_GLOBAL.CONC_LOGIN_ID,FND_GLOBAL.LOGIN_ID)

1341: ,sysdate
1342: ,FND_GLOBAL.USER_ID
1343: ,sysdate
1344: ,FND_GLOBAL.USER_ID
1345: ,decode(p_message_source_code,'C',FND_GLOBAL.CONC_LOGIN_ID,FND_GLOBAL.LOGIN_ID)
1346: ,NULL
1347: ,NULL
1348: ,NULL
1349: ,l_process_activity

Line 1375: ,FND_GLOBAL.USER_ID

1371: l_transaction_id
1372: ,l.language_code
1373: ,USERENV('LANG')
1374: ,l_msg_data
1375: ,FND_GLOBAL.USER_ID
1376: ,sysdate
1377: ,FND_GLOBAL.USER_ID
1378: ,sysdate
1379: ,decode(p_message_source_code,'C',FND_GLOBAL.CONC_LOGIN_ID,FND_GLOBAL.LOGIN_ID)

Line 1377: ,FND_GLOBAL.USER_ID

1373: ,USERENV('LANG')
1374: ,l_msg_data
1375: ,FND_GLOBAL.USER_ID
1376: ,sysdate
1377: ,FND_GLOBAL.USER_ID
1378: ,sysdate
1379: ,decode(p_message_source_code,'C',FND_GLOBAL.CONC_LOGIN_ID,FND_GLOBAL.LOGIN_ID)
1380: FROM fnd_languages l
1381: WHERE l.installed_flag in ('I','B')

Line 1379: ,decode(p_message_source_code,'C',FND_GLOBAL.CONC_LOGIN_ID,FND_GLOBAL.LOGIN_ID)

1375: ,FND_GLOBAL.USER_ID
1376: ,sysdate
1377: ,FND_GLOBAL.USER_ID
1378: ,sysdate
1379: ,decode(p_message_source_code,'C',FND_GLOBAL.CONC_LOGIN_ID,FND_GLOBAL.LOGIN_ID)
1380: FROM fnd_languages l
1381: WHERE l.installed_flag in ('I','B')
1382: AND language_code = USERENV('LANG')
1383: AND not exists