DBA Data[Home] [Help]

APPS.WMS_ATF_RUNTIME_PUB_APIS dependencies on FND_GLOBAL

Line 2895: last_updated_by = fnd_global.user_id

2891: UPDATE wms_dispatched_tasks
2892: SET status = g_task_status_loaded,
2893: loaded_time = Sysdate,
2894: last_update_date = Sysdate,
2895: last_updated_by = fnd_global.user_id
2896: WHERE task_id = l_wdt_task_id;
2897:
2898: l_progress := 70;
2899:

Line 5180: , FND_GLOBAL.USER_ID

5176: , dispatched_time
5177: , loaded_time
5178: , drop_off_time
5179: , SYSDATE
5180: , FND_GLOBAL.USER_ID
5181: , creation_date
5182: , created_by
5183: , fnd_global.USER_ID
5184: , attribute_category

Line 5183: , fnd_global.USER_ID

5179: , SYSDATE
5180: , FND_GLOBAL.USER_ID
5181: , creation_date
5182: , created_by
5183: , fnd_global.USER_ID
5184: , attribute_category
5185: , attribute1
5186: , attribute2
5187: , attribute3

Line 5374: , FND_GLOBAL.USER_ID

5370: , territory_code
5371: )
5372: SELECT l_inbound_doc_parent_rec.transaction_temp_id
5373: , SYSDATE
5374: , FND_GLOBAL.USER_ID
5375: , SYSDATE
5376: , FND_GLOBAL.USER_ID
5377: , l_inbound_doc_parent_rec.transaction_quantity
5378: , l_inbound_doc_parent_rec.primary_quantity

Line 5376: , FND_GLOBAL.USER_ID

5372: SELECT l_inbound_doc_parent_rec.transaction_temp_id
5373: , SYSDATE
5374: , FND_GLOBAL.USER_ID
5375: , SYSDATE
5376: , FND_GLOBAL.USER_ID
5377: , l_inbound_doc_parent_rec.transaction_quantity
5378: , l_inbound_doc_parent_rec.primary_quantity
5379: , secondary_quantity
5380: , secondary_unit_of_measure

Line 5632: , FND_GLOBAL.USER_ID

5628: , territory_code
5629: )
5630: SELECT l_inbound_doc_parent_split_rec.transaction_temp_id
5631: , SYSDATE
5632: , FND_GLOBAL.USER_ID
5633: , SYSDATE
5634: , FND_GLOBAL.USER_ID
5635: , l_inbound_doc_parent_split_rec.transaction_quantity
5636: , l_inbound_doc_parent_split_rec.primary_quantity

Line 5634: , FND_GLOBAL.USER_ID

5630: SELECT l_inbound_doc_parent_split_rec.transaction_temp_id
5631: , SYSDATE
5632: , FND_GLOBAL.USER_ID
5633: , SYSDATE
5634: , FND_GLOBAL.USER_ID
5635: , l_inbound_doc_parent_split_rec.transaction_quantity
5636: , l_inbound_doc_parent_split_rec.primary_quantity
5637: , secondary_quantity
5638: , secondary_unit_of_measure

Line 5871: , fnd_global.user_id

5867: , dispatched_time
5868: , loaded_time
5869: , drop_off_time
5870: , SYSDATE
5871: , fnd_global.user_id
5872: , SYSDATE -- bug 3827507
5873: , fnd_global.user_id -- bug 3827507
5874: , fnd_global.user_id
5875: , attribute_category

Line 5873: , fnd_global.user_id -- bug 3827507

5869: , drop_off_time
5870: , SYSDATE
5871: , fnd_global.user_id
5872: , SYSDATE -- bug 3827507
5873: , fnd_global.user_id -- bug 3827507
5874: , fnd_global.user_id
5875: , attribute_category
5876: , attribute1
5877: , attribute2

Line 5874: , fnd_global.user_id

5870: , SYSDATE
5871: , fnd_global.user_id
5872: , SYSDATE -- bug 3827507
5873: , fnd_global.user_id -- bug 3827507
5874: , fnd_global.user_id
5875: , attribute_category
5876: , attribute1
5877: , attribute2
5878: , attribute3

Line 6169: , FND_GLOBAL.USER_ID

6165: , dispatched_time
6166: , loaded_time
6167: , drop_off_time
6168: , SYSDATE
6169: , FND_GLOBAL.USER_ID
6170: , creation_date
6171: , created_by
6172: , fnd_global.USER_ID
6173: , attribute_category

Line 6172: , fnd_global.USER_ID

6168: , SYSDATE
6169: , FND_GLOBAL.USER_ID
6170: , creation_date
6171: , created_by
6172: , fnd_global.USER_ID
6173: , attribute_category
6174: , attribute1
6175: , attribute2
6176: , attribute3