DBA Data[Home] [Help]

APPS.GMI_SHIPPING_UTIL dependencies on FND_GLOBAL

Line 2609: GMI_RESERVATION_UTIL.println('last_updated_by ' || FND_GLOBAL.user_id);

2605: GMI_RESERVATION_UTIL.println('group_id ' || l_group_id);
2606: GMI_RESERVATION_UTIL.println('interface_source_code ' || l_source_code);
2607: GMI_RESERVATION_UTIL.println('interface_source_line_id ' || l_detail_rec.source_line_id);
2608: GMI_RESERVATION_UTIL.println('last_update_date ' || sysdate);
2609: GMI_RESERVATION_UTIL.println('last_updated_by ' || FND_GLOBAL.user_id);
2610: GMI_RESERVATION_UTIL.println('creation_date ' || sysdate);
2611: GMI_RESERVATION_UTIL.println('created_by ' || FND_GLOBAL.user_id);
2612: GMI_RESERVATION_UTIL.println('item_id ' || l_detail_rec.inventory_item_id);
2613: GMI_RESERVATION_UTIL.println('item_revision ' || l_detail_rec.revision);

Line 2611: GMI_RESERVATION_UTIL.println('created_by ' || FND_GLOBAL.user_id);

2607: GMI_RESERVATION_UTIL.println('interface_source_line_id ' || l_detail_rec.source_line_id);
2608: GMI_RESERVATION_UTIL.println('last_update_date ' || sysdate);
2609: GMI_RESERVATION_UTIL.println('last_updated_by ' || FND_GLOBAL.user_id);
2610: GMI_RESERVATION_UTIL.println('creation_date ' || sysdate);
2611: GMI_RESERVATION_UTIL.println('created_by ' || FND_GLOBAL.user_id);
2612: GMI_RESERVATION_UTIL.println('item_id ' || l_detail_rec.inventory_item_id);
2613: GMI_RESERVATION_UTIL.println('item_revision ' || l_detail_rec.revision);
2614: GMI_RESERVATION_UTIL.println('from_org_id ' || l_detail_rec.organization_id);
2615: GMI_RESERVATION_UTIL.println('to_org_id ' || l_transfer_organization);

Line 2734: FND_GLOBAL.user_id, /* last_updated_by */

2730: l_group_id, /* group_id*/
2731: l_source_code, /* interface_source_code */
2732: l_detail_rec.source_line_id, /* interface_source_line_id */
2733: sysdate, /* last_update_date */
2734: FND_GLOBAL.user_id, /* last_updated_by */
2735: sysdate, /* creation_date */
2736: FND_GLOBAL.user_id, /* created_by */
2737: l_detail_rec.inventory_item_id, /* item_id */
2738: l_detail_rec.revision, /* item_revision */

Line 2736: FND_GLOBAL.user_id, /* created_by */

2732: l_detail_rec.source_line_id, /* interface_source_line_id */
2733: sysdate, /* last_update_date */
2734: FND_GLOBAL.user_id, /* last_updated_by */
2735: sysdate, /* creation_date */
2736: FND_GLOBAL.user_id, /* created_by */
2737: l_detail_rec.inventory_item_id, /* item_id */
2738: l_detail_rec.revision, /* item_revision */
2739: l_detail_rec.organization_id, /* from_organization_id */
2740: l_transfer_organization, /* to_organization_id */

Line 2968: fnd_global.local_chr(0),

2964: null,
2965: false,
2966: 'IMMEDIATE',
2967: l_group_id,
2968: fnd_global.local_chr(0),
2969: NULL, NULL, NULL, NULL, NULL, NULL,
2970: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
2971: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
2972: NULL, NULL, NULL, NULL, NULL, NULL, NULL,