DBA Data[Home] [Help]

APPS.WMS_WCS_DEVICE_GRP dependencies on FND_GLOBAL

Line 467: fnd_global.user_id,

463: p_param_values_record.organization_id,
464: p_param_values_record.device_status,
465: p_param_values_record.transfer_lpn_id,
466: SYSDATE,
467: fnd_global.user_id,
468: fnd_global.login_id );
469:
470: --Pass the relation_id as the request id of the parent WDRH record
471: l_request_id := to_number(p_param_values_record.relation_id);

Line 468: fnd_global.login_id );

464: p_param_values_record.device_status,
465: p_param_values_record.transfer_lpn_id,
466: SYSDATE,
467: fnd_global.user_id,
468: fnd_global.login_id );
469:
470: --Pass the relation_id as the request id of the parent WDRH record
471: l_request_id := to_number(p_param_values_record.relation_id);
472:

Line 597: ,fnd_global.user_id

593: VALUES (wms_carousel_log_s.NEXTVAL
594: ,p_data
595: ,p_device_id
596: ,SYSDATE
597: ,fnd_global.user_id
598: ,SYSDATE
599: ,fnd_global.user_id
600: ,fnd_global.login_id
601: );

Line 599: ,fnd_global.user_id

595: ,p_device_id
596: ,SYSDATE
597: ,fnd_global.user_id
598: ,SYSDATE
599: ,fnd_global.user_id
600: ,fnd_global.login_id
601: );
602:
603: COMMIT;

Line 600: ,fnd_global.login_id

596: ,SYSDATE
597: ,fnd_global.user_id
598: ,SYSDATE
599: ,fnd_global.user_id
600: ,fnd_global.login_id
601: );
602:
603: COMMIT;
604: */