DBA Data[Home] [Help]

APPS.OE_MSG_PUB dependencies on FND_GLOBAL

Line 1303: ,FND_GLOBAL.USER_ID

1299: ,l_source_document_id
1300: ,l_source_document_line_id
1301: ,l_attribute_code
1302: ,sysdate
1303: ,FND_GLOBAL.USER_ID
1304: ,sysdate
1305: ,FND_GLOBAL.USER_ID
1306: ,decode(p_message_source_code,'C',FND_GLOBAL.CONC_LOGIN_ID,FND_GLOBAL.LOGIN_ID)
1307: ,NULL

Line 1305: ,FND_GLOBAL.USER_ID

1301: ,l_attribute_code
1302: ,sysdate
1303: ,FND_GLOBAL.USER_ID
1304: ,sysdate
1305: ,FND_GLOBAL.USER_ID
1306: ,decode(p_message_source_code,'C',FND_GLOBAL.CONC_LOGIN_ID,FND_GLOBAL.LOGIN_ID)
1307: ,NULL
1308: ,NULL
1309: ,NULL

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

1302: ,sysdate
1303: ,FND_GLOBAL.USER_ID
1304: ,sysdate
1305: ,FND_GLOBAL.USER_ID
1306: ,decode(p_message_source_code,'C',FND_GLOBAL.CONC_LOGIN_ID,FND_GLOBAL.LOGIN_ID)
1307: ,NULL
1308: ,NULL
1309: ,NULL
1310: ,l_process_activity

Line 1336: ,FND_GLOBAL.USER_ID

1332: l_transaction_id
1333: ,l.language_code
1334: ,USERENV('LANG')
1335: ,l_msg_data
1336: ,FND_GLOBAL.USER_ID
1337: ,sysdate
1338: ,FND_GLOBAL.USER_ID
1339: ,sysdate
1340: ,decode(p_message_source_code,'C',FND_GLOBAL.CONC_LOGIN_ID,FND_GLOBAL.LOGIN_ID)

Line 1338: ,FND_GLOBAL.USER_ID

1334: ,USERENV('LANG')
1335: ,l_msg_data
1336: ,FND_GLOBAL.USER_ID
1337: ,sysdate
1338: ,FND_GLOBAL.USER_ID
1339: ,sysdate
1340: ,decode(p_message_source_code,'C',FND_GLOBAL.CONC_LOGIN_ID,FND_GLOBAL.LOGIN_ID)
1341: FROM fnd_languages l
1342: WHERE l.installed_flag in ('I','B')

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

1336: ,FND_GLOBAL.USER_ID
1337: ,sysdate
1338: ,FND_GLOBAL.USER_ID
1339: ,sysdate
1340: ,decode(p_message_source_code,'C',FND_GLOBAL.CONC_LOGIN_ID,FND_GLOBAL.LOGIN_ID)
1341: FROM fnd_languages l
1342: WHERE l.installed_flag in ('I','B')
1343: AND language_code = USERENV('LANG')
1344: AND not exists